Differences between revisions 10 and 25 (spanning 15 versions)
Revision 10 as of 2015-05-21 10:17:09
Size: 1818
Editor: NicoleThomas
Comment:
Revision 25 as of 2019-07-16 11:02:37
Size: 658
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Juropatest
Line 3: Line 4:
= CLaMS on JUROPATEST = = CLaMS on JURECA =
Line 5: Line 6:
[[ /Access | Access to JUROPATEST ]] [[ NewUsageModel | New usage model ]]
Line 7: Line 8:
[[ /CVS | CVS on JUROPATEST ]] [[ /Access | Access to JURECA ]]

[[ GitLabInstructions | Installing CLaMS ]]
Line 11: Line 14:
[[ /Libraries | Used Libraries ]] [[ /Software | Software on JURECA ]]
Line 13: Line 16:
[[ /Debug | Debugging ]]

[[ /Vampir | Using Vampir ]]

[[ /Scalasca | Using Scalasca ]]

[[ Netcdf4Utils | Netcdf4 Format]]
[[ /Netcdf | Using NetCDF ]]
Line 22: Line 19:
[[ /CVS | CVS on JURECA ]]
Line 23: Line 21:
== Software on Juropatest == [[ /LibrariesIfort19 | Create Libraries (ifort 19.0.0) ]]
Line 25: Line 23:
 * Access to installed software on JUROPATEST is organized through a hierarchy of modules. [[ /LibrariesIfort17 | Create Libraries (ifort 17.0.2) ]]
Line 27: Line 25:
 * Show what modules are compatible available to load right now (given the toolchain modules you have already loaded):
 {{{
module avail
}}}
[[ /Libraries2016aCreate | Create Libraries with Stages/2016a ]]
Line 32: Line 27:
 * Load a specific version of a module
 {{{
module load <modulename>/<moduleversion>
}}}

 * List what modules are currently loaded
 {{{
module list
}}}

 * Unload a module
 {{{
module unload <modulename>/<moduleversion>
}}}

 * Unload all modules
 {{{
module purge
}}}

 * Find the location of a module within the module hierarchy
 {{{
module spider <modulename>
}}}

 * Show how to load NetCDF:
 {{{
module -r spider '.*netCDF.*'
}}}



== Using NetCDF on Juropatest ==

 * Loading NetCDF Module
 {{{
module load intel-para netCDF-Fortran/4.4.2
or
module load intel netCDF-Fortran/4.4.2
}}}

 * Compilerversions loaded by intel-para (21.05.2015):
   * gcc-Version 4.9.2 (GCC)
   * icc version 15.0.2 (gcc version 4.9.0 compatibility)
   * ifort version 15.0.2

 * If the netcdf module is loaded, "ncdump" and "ncgen" can be used and compilation of programs using netcdf is possible (without specifying any library or include path).

 * Compile Fortran program with NetCDF:
 {{{
ifort -o progname progname.f90 -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz
}}}



[[ /Libraries | Used Libraries ]]
[[ /Libraries2016aUse | Use Libraries with Stages/2016a ]]

Jureca (last edited 2024-02-15 09:07:38 by NicoleThomas)