Files
modules/doc/example/compiler-etc-dependencies/example-sessions/modulepath/modules3/ompi-defaults.out

16 lines
555 B
Plaintext

[mod3 (modulepath)]$ module purge
[mod3 (modulepath)]$ module load openmpi/3.1
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'openmpi/3.1'
[mod3 (modulepath)]$ module list
No Modulefiles Currently Loaded.
[mod3 (modulepath)]$ mpirun
mpirun: command not found
[mod3 (modulepath)]$ module purge
[mod3 (modulepath)]$ module load gcc/8.2.0
[mod3 (modulepath)]$ module load openmpi
[mod3 (modulepath)]$ module list
Currently Loaded Modulefiles:
1) gcc/8.2.0 2) openmpi/3.1
[mod3 (modulepath)]$ mpirun
mpirun (openmpi/3.1, gcc/8.2.0)