* Modifications for building armci-mpi on the Wahab's install location.

master
Wirawan Purwanto 4 years ago
parent 8cf081b4b1
commit 08dfff3ce4
  1. 13
      wahab/builds/nwchem/build-armci-mpi.sh

@ -1,12 +1,10 @@
#!/bin/bash #!/bin/bash
source /etc/container_runtime/buildtime # Root directory for the entire newchem-specific software stack:
NW_ROOTDIR=/shared/apps/manual/nwchem/7.0.0/gcc7.3-openmpi3.1.4
load_conda #source /etc/container_runtime/buildtime
export CC=x86_64-conda_cos6-linux-gnu-gcc module load openmpi/3.1.4
export CXX=x86_64-conda_cos6-linux-gnu-g++
export FC=x86_64-conda_cos6-linux-gnu-gfortran
load_mpich
export CC=mpicc export CC=mpicc
export CXX=mpicxx export CXX=mpicxx
@ -16,13 +14,12 @@ export MPICC=mpicc
export MPICXX=mpicxx export MPICXX=mpicxx
export MPIFC=mpifort export MPIFC=mpifort
ARMCI_MPI_ROOT=/opt/armci-mpi ARMCI_MPI_ROOT=$NW_ROOTDIR/armci-mpi
echo PATH=$PATH echo PATH=$PATH
[ -d $ARMCI_MPI_ROOT ] || git clone https://github.com/pmodels/armci-mpi $ARMCI_MPI_ROOT [ -d $ARMCI_MPI_ROOT ] || git clone https://github.com/pmodels/armci-mpi $ARMCI_MPI_ROOT
cd $ARMCI_MPI_ROOT cd $ARMCI_MPI_ROOT
autoreconf -i autoreconf -i

Loading…
Cancel
Save