From 3ea1e81c1803a57488cba4af7e6f5ab261621873 Mon Sep 17 00:00:00 2001 From: Jake O'Shannessy Date: Tue, 26 Mar 2024 21:16:19 +0000 Subject: [PATCH] /opt/intel/oneapi/modulefiles-setup.sh --force remove --- fds/fds.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/fds/fds.sh b/fds/fds.sh index bfbc7b3..f02fec0 100755 --- a/fds/fds.sh +++ b/fds/fds.sh @@ -90,7 +90,6 @@ elif [ "$USE_MPICH" = true ]; then else # Use Intel MPI by default. First we have to load the module files from # the OneAPI installations as they aren't loaded by default. - /opt/intel/oneapi/modulefiles-setup.sh --force module use ~/modulefiles # Load mpi, this will now load intel mpi first module load mpi