User Tools

Site Tools


quick_start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
quick_start [2021/04/09 14:12] nicoquick_start [2021/04/09 14:32] nico
Line 11: Line 11:
 When logged, check if the job scheduler's module is loaded : When logged, check if the job scheduler's module is loaded :
  
-''nicolas.greneche@magi1:~$ module list+  nicolas.greneche@magi1:~$ module list 
 +   
 +  Currently Loaded Modules: 
 +   
 +    1) gcc/XXXX/slurm/XXXX
  
 +In this documentation, XXXX stands for a version number. If not, you can load the module this way :
  
 +  nicolas.greneche@magi1:~$ module load gcc/XXXX/slurm/XXXX
  
-Currently Loaded Modules: +You can also update your .bashrc in your home directory to add this command. On standard configurationsyou can add the command at the end of the file.
- +
- +
-  1) gcc/XXXX/slurm/XXXX'' +
- +
-In this documentationXXXX stands for a version number. +
  
 +Now it's time to compile your code to run on Magi. You may have to load additionnal modules to access libraries of compilers required to your code. In this starting guide, we compile and run an MPI code. So, we have to load the OpenMPI module :
  
 +  nicolas.greneche@magi1:~$ module load gcc/XXXX/openmpi/XXXX
  
  
quick_start.txt · Last modified: 2021/04/09 14:41 by nico