diff --git a/aufgabe4.2/module.sh b/aufgabe4.2/module.sh index b42c0d9..6488e48 100644 --- a/aufgabe4.2/module.sh +++ b/aufgabe4.2/module.sh @@ -40,4 +40,6 @@ if [ ${BASH_VERSINFO:-0} -ge 3 ] && [ -r ${MODULESHOME}/init/bash_completion ]; . ${MODULESHOME}/init/bash_completion fi -module load +module load GCC +module load CUDA +module load OpenMPI diff --git a/aufgabe4.2/modules/rc b/aufgabe4.2/modules/rc index 538d2c1..95e2666 100644 --- a/aufgabe4.2/modules/rc +++ b/aufgabe4.2/modules/rc @@ -1,5 +1,5 @@ #%Module1.0 -module load GCC -module load CUDA -module load OpenMPI +#module load GCC +#module load CUDA +#module load OpenMPI