Having Issue Compiling Nwchem 6.3


Click here for full thread
Gets Around
I have defined everything as asked in nwchem help section but still it raises ARMCI_NETWORK error, while trying to install NWCHEM 6.3.2.
OpenMPI installation also went fine.
Here is my .bashrc profile.
export NWCHEM_TOP=/home/abhisek/NWCHEM/nwchem-6.3.revision2-src.2013-10-17
export NWCHEM_TARGET=LINUX64
export ARMCI_NETWORK=OPENIB
export LARGE_FILES=TRUE
export NWCHEM_MODULES=all
export USE_MPI=y
export USE_MPIF=y
export USE_MPIF4=y
export MPI_LOC=/home/abhisek/opt/openmpi/
export LIBMPI="-lmpi_f90 -lmpi_f77 -lmpi -ldl -Wl,--export-dynamic -lnsl -lutil"
export MPI_LIB=/home/abhisek/opt/openmpi/lib
export MPI_INCLUDE=/home/abhisek/opt/openmpi/include


giving an error while i execute a command "make":
............
..........
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for C compiler vendor... gnu
checking whether a simple C MPI program compiles... yes
checking for TARGET 64bit-ness... LINUX64
configure: searching for OPENIB...
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
configure: error: test for ARMCI_NETWORK=OPENIB failed
make[1]: *** [build/config.status] Error 1
make: *** [libraries] Error 1


Getting no idea on what to do..
Error remains same with nwchem-6.1.1


please help.