icc
)
icpc
)
ifort
)
ifort
)
-lmkl=parallel
)
If you require commercially licensed software packages, we will assist you actively in installing and setting up the licensing mechanisms; possibly there is an Open Source source replacement (in order to foster Open Reproducible Research).
Please send your requests to the JKU Scientific Computing Administration for further information.
Exemplary Uses
module avail
otto@mach2:~> module avail
-------------- /usr/share/modules/modulefiles -------------
MPInside/4.0.0
mpt/2.11
mpt/2.16
------------- /apps/mf/COMPILER ------------
intelcompiler/parallel_studio_xe_2018.0.033(default)
module load _theNameOfTheModule_
otto@mach2:~> module load intelcompiler
Module for Intel® C/C++/F77/Fortran90 Compiler 2018.0.033 loaded.
NB: $MPI*_C{C,XX} defined (to be used in commands mpi{cc,cxx} of mpt).
otto@mach2:~> module load mpt/2.11
module list
otto@mach2:~> module list
Currently Loaded Modulefiles:
1) intelcompiler/parallel_studio_xe_2018.0.033
2) mpt/2.11
otto@mach2:~> which mpirun
/opt/sgi/mpt/mpt-2.11/bin/mpirun
module remove _theNameOfTheModule_
otto@mach2:~> module remove mpt/2.11
otto@mach2:~> module load mpt/2.16
otto@mach2:~> module list
Currently Loaded Modulefiles:
1) intelcompiler/parallel_studio_xe_2018.0.033
2) mpt/2.16
otto@mach2:~> which mpirun
/opt/hpe/hpc/mpt/mpt-2.16/bin/mpirun
module help _theNameOfTheModule_
otto@mach2:~> module help mpt/2.11
----- Module Specific Help for 'mpt/2.11' -----
The SGI Message Passing Toolkit (MPT) is an optimized MPI
implementation for SGI systems and clusters. See the
MPI(1) man page and the MPT User's Guide for more
information.