diff --git a/loadENV.sh b/loadENV.sh deleted file mode 100644 index 5ad2e6518e5a50109e472a2705158535134bd40b..0000000000000000000000000000000000000000 --- a/loadENV.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -# Load teh environment needed to run the job -module purge -module use /m100_scratch/userinternal/mvalent3/modules/opt/modulefiles/profiles -module load local_profile/global - -# Load needed modules -module load gnu/8.4.0 -module load spectrum_mpi/10.3.1--binary -module load cuda/10.2 -module load openblas/0.3.9--gnu--8.4.0 -module load lapack/3.9.0--gnu--8.4.0 -module load AMGx/2.1.x--spectrum_mpi--10.3.1--binary -module load petsc-sytstem-openblas-hypre-viennacl-ml-kokkos/3.14.0--spectrum_mpi--10.3.1--binary -module load autoload openfoam+/v1912/GccOptM100 -module load spectrum_mpi/10.3.1--binary - - - -# module load hpc-sdk/2020--binary -export CUBROOT=`module show hpc-sdk/ | grep HPC_SDK_HOME | awk '{print $3;}'`"/Linux_ppc64le/2020/cuda/11.0/include" -# module unload hpc-sdk/2020--binary -