From owner-nwchem-users@emsl.pnl.gov Thu Jun 24 19:15:37 2004 Received: from odyssey.emsl.pnl.gov (localhost [127.0.0.1]) by odyssey.emsl.pnl.gov (8.12.10/8.12.10) with ESMTP id i5P2Fb68021221 for ; Thu, 24 Jun 2004 19:15:37 -0700 (PDT) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.12.10/8.12.10/Submit) id i5P2Fbno021220 for nwchem-users-outgoing; Thu, 24 Jun 2004 19:15:37 -0700 (PDT) Date: Fri, 25 Jun 2004 10:10:31 +0800 From: yanliangren_2002 Subject: Re: how to resolved this problem? In-reply-to: <40DB856F.7060606@yahoo.com.cn> Cc: "Nieplocha, Jarek" , nwchem-user Message-id: <40DB8997.8000501@yahoo.com.cn> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: zh-cn,zh User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.2.1) Gecko/20030225 References: <40DB7B65.9000209@yahoo.com.cn> <40DB856F.7060606@yahoo.com.cn> Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk sorry , I do some test and find that as soon as I add the diag=par, the compilation will occurred erro message: ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x5a4): In function `ga_diag_std_': : undefined reference to `pdspev_' ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0xc26): In function `ga_diag_std_': : undefined reference to `fmemreq_' ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x1755): In function `ga_diag_': : undefined reference to `pdspgv_' ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x1d26): In function `ga_diag_': : undefined reference to `fmemreq_' ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x2857): In function `ga_diag_reuse_': : undefined reference to `pdspgv_' ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x2f26): In function `ga_diag_reuse_': : undefined reference to `fmemreq_' collect2: ld returned 1 exit status make[2]: *** [test.x] Error 1 rm util.o ffflush.o test.o make[2]: Leaving directory `/home/ren/global3-3-1/g/global/testing' make[1]: *** [test.x] Error 1 make[1]: Leaving directory `/home/ren/global3-3-1/g/global' make: *** [test] Error 2 yanliangren_2002 ??: > when I compiled the GA including in the nwchem package, which is fine > , but I find that there is no test.x file to execute in its > global/testing/, thus , I type make test.x in global/ , but there are > some erro occurred: > ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x5a4): In function > `ga_diag_std_': > : undefined reference to `pdspev_' > ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0xc26): In function > `ga_diag_std_': > : undefined reference to `fmemreq_' > ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x1755): In function > `ga_diag_': > : undefined reference to `pdspgv_' > ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x1d26): In function > `ga_diag_': > : undefined reference to `fmemreq_' > ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x2857): In function > `ga_diag_reuse_': > : undefined reference to `pdspgv_' > ../../lib/LINUX/libglobal.a(ga_diag.o)(.text+0x2f26): In function > `ga_diag_reuse_': > : undefined reference to `fmemreq_' > collect2: ld returned 1 exit status > make[1]: *** [test.x] Error 1 > rm util.o ffflush.o test.o > make[1]: Leaving directory > `/home/ren/nwchem-source/nwchem-4.6/src/tools/global/testing' > make: *** [test.x] Error 1 > how to resolve it? > > yanliangren_2002 ??: > >> Nieplocha, Jarek ??: >> >>> GA when compiled standalone does not include interface to Peigs >>> eigensolver. You can tell it build it explicitly by specifying >>> DIAG=PAR on the make command line or through environment variable >>> setting. >>> >>> Another approach would be to copy all subdirectories of g into >>> nwchem/src/tools so that the compilation is driven with settings >>> specified in nwchem makefiles. >>> >>> Jarek >>> >>> (Sent from my wireless RIM Blackberry PDA) >>> >>> >>> -----Original Message----- >>> From: owner-nwchem-developers@emsl.pnl.gov >>> >>> To: nwchem-user >>> Sent: Thu Jun 24 05:48:50 2004 >>> Subject: how to resolved this problem? >>> >>> Hi every body: >>> I have compiled the nwchem 4.6 by IFC 8.0 (my os is RH9.0 and Xeon cpu) >>> , when I run nwchem , to some job there always occured the following >>> erro message: I used the GA downloading by >>> (http://www.emsl.pnl.gov/docs/nwchem/nwchem.html ) instead the GA >>> including nwchem4.6 pakage for which couldn`t be compiled successfully >>> 0:0:ga_diag:peigs not interfaced:: 0 >>> 0:0:ga_diag:peigs not interfaced:: 0 >>> Last System Error Message from Task 0:: No such file or directory >>> [0] MPI Abort by user Aborting program ! >>> [0] Aborting program! >>> p0_15379: p4_error: : 0 >>> >>> Before ago, I have compiled the nwchem 4.6(the GA is from nwchem4.6 >>> pakage) by gcc which can work fine, but I find if I use the GA >>> downloading from((http://www.emsl.pnl.gov/docs/nwchem/nwchem.html) ,the >>> above erro will be occured. if somebody also have such problem , who >>> can >>> give me some advice .thank u very much! >>> >>> >>> I have added this sets DIAG=PAR , but the problem is still. I do >>> alone compilation to GA and compiled it together with nwchem4.6, I >>> couldn`t resolve the problem . >> >> >> >> > >