From NWChem
Viewed 573 times, With a total of 8 Posts
|
Clicked A Few Times
Threads 1
Posts 5
|
|
6:13:58 PM - Mon, Mar 21st 2011 |
|
Dear NWChem users,
I've had the problems with NWChem which I describe here:
http://tiger.chem.uw.edu.pl/staff/lrajchel/nwchem_post.txt
(I cannot describe them here as I keep getting the "The specified URL cannot be found" error on the webpage on several browsers, maybe that's attributed to the NWChem web page settings. The funny thing is that it suffices to write c.mpile word in starting the new thread to get that error (replace . with o, of course). But that's another story.)
Sorry about this strange workaround to post my thread and thanks for your replies.
|
Edited On 10:44:07 PM - Mon, Mar 21st 2011 by Luke
|
|
|
-
Bert NWChemDeveloper, bureaucrat, sysop
|
|
Gets Around
Threads 1
Posts 173
|
|
8:54:25 PM - Tue, Mar 29th 2011 |
|
You specify ARENA as the ARMCI_NETWORK? I don't believe that network exists as a choice. This might be your root cause...
Bert
Quote:Luke Mar 21st 6:13 pmDear NWChem users,
I've had the problems with NWChem which I describe here:
http://tiger.chem.uw.edu.pl/staff/lrajchel/nwchem_post.txt
(I cannot describe them here as I keep getting the "The specified URL cannot be found" error on the webpage on several browsers, maybe that's attributed to the NWChem web page settings. The funny thing is that it suffices to write c.mpile word in starting the new thread to get that error (replace . with o, of course). But that's another story.)
Sorry about this strange workaround to post my thread and thanks for your replies.
|
|
|
|
Clicked A Few Times
Threads 1
Posts 5
|
|
12:08:20 AM - Thu, Mar 31st 2011 |
|
Quote:Bert Mar 29th 8:54 pmYou specify ARENA as the ARMCI_NETWORK? I don't believe that network exists as a choice. This might be your root cause...
Dear Bert,
I tried using other options for ARMCI_NETWORK or simply leaving the variable blank - none solution worked.
|
|
|
-
Bert NWChemDeveloper, bureaucrat, sysop
|
|
Gets Around
Threads 1
Posts 173
|
|
6:11:53 PM - Fri, Apr 1st 2011 |
|
Lets go step by step here:
Tell me about your cluster. What are the processors, what is the interconnect?
Bert
Quote:Luke Mar 31st 12:08 amQuote:Bert Mar 29th 8:54 pmYou specify ARENA as the ARMCI_NETWORK? I don't believe that network exists as a choice. This might be your root cause...
Dear Bert,
I tried using other options for ARMCI_NETWORK or simply leaving the variable blank - none solution worked.
|
|
|
|
Clicked A Few Times
Threads 1
Posts 5
|
|
10:34:17 PM - Thu, Apr 7th 2011 |
|
Quote:Bert Apr 1st 6:11 pmLets go step by step here:
Tell me about your cluster. What are the processors, what is the interconnect?
Bert
It's the SGI Altix 350 Cluster with 16 Itanium processors
cat /proc/cpuinfo
...
processor : 15
vendor : GenuineIntel
arch : IA-64
family : Itanium 2
model : 1
revision : 5
archrev : 0
features : branchlong
cpu number : 0
cpu regs : 4
cpu MHz : 1500.000000
itc MHz : 1500.000000
BogoMIPS : 2239.75
The interconnect is NUMAlink, according to the SGI website:
Quote:
High-performance, shared-memory SGI® NUMAlink® interconnect for unparalleled I/O at 6.4GB/second
Some more info:
uname -a
Linux (...) 2.4.21-sgi305rp05041818_10155 #1 SMP Mon Apr 18 19:04:07 PDT 2005 ia64 ia64 ia64 GNU/Linux
|
|
|
-
Bert NWChemDeveloper, bureaucrat, sysop
|
|
Gets Around
Threads 1
Posts 173
|
|
5:57:57 PM - Thu, Apr 14th 2011 |
|
Okay,
You should try the following:
1. make realclean
2. Unset ARMCI_NETWORK
3. make NWChem
Can you log your compilation and send it to me if it fails again.
Bert
Quote:Luke Apr 7th 10:34 pmQuote:Bert Apr 1st 6:11 pmLets go step by step here:
Tell me about your cluster. What are the processors, what is the interconnect?
Bert
It's the SGI Altix 350 Cluster with 16 Itanium processors
cat /proc/cpuinfo
...
processor : 15
vendor : GenuineIntel
arch : IA-64
family : Itanium 2
model : 1
revision : 5
archrev : 0
features : branchlong
cpu number : 0
cpu regs : 4
cpu MHz : 1500.000000
itc MHz : 1500.000000
BogoMIPS : 2239.75
The interconnect is NUMAlink, according to the SGI website:
Quote:
High-performance, shared-memory SGI® NUMAlink® interconnect for unparalleled I/O at 6.4GB/second
Some more info:
uname -a
Linux (...) 2.4.21-sgi305rp05041818_10155 #1 SMP Mon Apr 18 19:04:07 PDT 2005 ia64 ia64 ia64 GNU/Linux
|
|
|
|
Clicked A Few Times
Threads 1
Posts 5
|
|
8:22:08 PM - Tue, Apr 19th 2011 |
|
Quote:Bert Apr 14th 5:57 pmOkay,
You should try the following:
1. make realclean
2. Unset ARMCI_NETWORK
3. make NWChem
Can you log your compilation and send it to me if it fails again.
Hi Bert,
I cleared the ARMCI_NETWORK variable, cleared the NWChem tree and recompiled - it finished with the same error as before, and the complete compilation log is here.
Thanks for the help so far!
|
|
|
-
Bert NWChemDeveloper, bureaucrat, sysop
|
|
Gets Around
Threads 1
Posts 173
|
|
11:35:13 PM - Tue, Apr 19th 2011 |
|
That's weird, this should not even have been set with Itanium processors.
Can you do a "uname -m" on the node. It should say ia64.
Another way to eliminate is by unsetting USE_MPI, in tools do a make clean and make CC=icc FC=ifort, and a make link FC=ifort in src.
Bert
Quote:Luke Apr 19th 8:22 pmQuote:Bert Apr 14th 5:57 pmOkay,
You should try the following:
1. make realclean
2. Unset ARMCI_NETWORK
3. make NWChem
Can you log your compilation and send it to me if it fails again.
Hi Bert,
I cleared the ARMCI_NETWORK variable, cleared the NWChem tree and recompiled - it finished with the same error as before, and the complete compilation log is here.
Thanks for the help so far!
|
|
|
|
Clicked A Few Times
Threads 1
Posts 5
|
|
7:06:38 AM - Tue, May 3rd 2011 |
|
Quote:Bert Apr 19th 11:35 pmThat's weird, this should not even have been set with Itanium processors.
Can you do a "uname -m" on the node. It should say ia64.
Another way to eliminate is by unsetting USE_MPI, in tools do a make clean and make CC=icc FC=ifort, and a make link FC=ifort in src.
Bert
Dear Bert,
I've successfully managed to c*mpile [again problems with the forum...] NWChem on SGI ia64 and the detailed description is here:
http://tiger.chem.uw.edu.pl/staff/lrajchel/nwchem-6.0-install.txt
Thanks for your help!
|
|
|
AWC's:
2.5.10 MediaWiki - Stand Alone Forum Extension
Forum theme style by: AWC