12:46:45 PM PDT - Wed, Jul 2nd 2014 |
|
Some users want to use 6.1.1 instead of 6.3 for some reason.
I followed your (Huub's) suggestion, copied the $NWCHEM_TOP/src/tools directory and $NWCHEM_TOP/src/util/util_ga_version.bash from 6.3. But it failed with following link errors:
....
....
$NWCHEM_TOP/src/tools/install/lib/libga.a(ma.o): In function `MA_init':
../ga-5-2/ma/ma.c:(.text+0x67c2): undefined reference to `ARMCI_Malloc_local'
$NWCHEM_TOP/src/tools/install/lib/libga.a(collect.o): In function `wnga_msg_brdcst':
../ga-5-2/global/src/collect.c:(.text+0x4b): undefined reference to `armci_msg_group_bcast_scope'
../ga-5-2/global/src/collect.c:(.text+0x5f): undefined reference to `armci_msg_bcast'
$NWCHEM_TOP/src/tools/install/lib/libga.a(collect.o): In function
....
....
Do you know if the similar patch (selection of IB interface) for GA-5-1 is available?
|