Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/WP-hpc-tools/commit/08dfff3ce483ef690d4d539496a2ccb190ca1244?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
8 deletions
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