Compiling abinit-6.2.1 on NEC SX-9
Posted: Mon Aug 09, 2010 9:26 am
Hi, all.
I have to compile ABINIT-6.2.1 on NEC SX-9, a vector
supercomputer. Because the machine type of the frond end and
the computing nodes are totally different, I was suggested
by the system engineer to run the configure script first
on the computing node, generating Makefile and
then manually modify Makefile for cross-compiling on the
frond end. However, there are so many Makefile files
in the sub-directories, and I wonder if there is a way
to automatically update Makefile (on options like FC, CC)
in sub-directories with manually modified Makefile in the
top directory. Could you please give me some advice on
this point?
By the way, in order to run configure on computing nodes
of SX-9, I have downloaded the latest version of
config/gnu/config.sub, config.guess, and added the following
sentences as suggested by the system engineer:
SX-9:SUPER-UX:*:*)
echo sx9-nec-superux${UNAME_RELEASE}
exit ;;
Any comments are appreciated.
Thanks.
I have to compile ABINIT-6.2.1 on NEC SX-9, a vector
supercomputer. Because the machine type of the frond end and
the computing nodes are totally different, I was suggested
by the system engineer to run the configure script first
on the computing node, generating Makefile and
then manually modify Makefile for cross-compiling on the
frond end. However, there are so many Makefile files
in the sub-directories, and I wonder if there is a way
to automatically update Makefile (on options like FC, CC)
in sub-directories with manually modified Makefile in the
top directory. Could you please give me some advice on
this point?
By the way, in order to run configure on computing nodes
of SX-9, I have downloaded the latest version of
config/gnu/config.sub, config.guess, and added the following
sentences as suggested by the system engineer:
SX-9:SUPER-UX:*:*)
echo sx9-nec-superux${UNAME_RELEASE}
exit ;;
Any comments are appreciated.
Thanks.