Compilation with OpenMPI


Click here for full thread
Clicked A Few Times
I attempted to compile NWChem 6.6 using OpenMPI (with Mallanox mxm, hcoll and fca) however I encounter this error

/home/users/astar/ihpc/chiensh/nwchem-openmpi/src/tools/install/lib/libga.a(nbutil.o): In function `get_armcihdl':
nbutil.c:(.text+0xaa): undefined reference to `ARMCI_INIT_HANDLE'
nbutil.c:(.text+0x134): undefined reference to `ARMCI_INIT_HANDLE'
/home/users/astar/ihpc/chiensh/nwchem-openmpi/src/tools/install/lib/libga.a(nbutil.o): In function `get_armci_nbhandle':
nbutil.c:(.text+0x1f6): undefined reference to `ARMCI_INIT_HANDLE'
nbutil.c:(.text+0x2cf): undefined reference to `ARMCI_INIT_HANDLE'
nbutil.c:(.text+0x3c7): undefined reference to `ARMCI_INIT_HANDLE'
/home/users/astar/ihpc/chiensh/nwchem-openmpi/src/tools/install/lib/libga.a(nbutil.o):nbutil.c:(.text+0x54d): more undefined references to `ARMCI_INIT_HANDLE' follow

How can I get it fix this problem?