Skip to content
Snippets Groups Projects
Commit ec2a7962 authored by Mirco Valentini's avatar Mirco Valentini
Browse files

FIX removed m100 environment file

parents ae9d6df8 3a531a97
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment