Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
h7mumuj:start [2024/10/29 21:27] – [Run commands from CLI] asiodmok | h7mumuj:start [2024/10/30 10:34] (current) – [Install Herwig7] asiodmok | ||
---|---|---|---|
Line 14: | Line 14: | ||
'' | '' | ||
- | ==== Install libraries/ | ||
- | |||
- | * module avail : lists available libraries/ | ||
- | * module list : lists loaded libraries/ | ||
- | * module load < | ||
- | * module spider < | ||
- | * module purge : purges the environment | ||
- | |||
- | ==== System utilities ==== | ||
- | * hpc-grants : shows available grants, resource allocations, | ||
- | * hpc-fs : shows available storage | ||
- | * hpc-jobs : shows currently pending/ | ||
- | * hpc-jobs-history : shows information about past jobs | ||
- | |||
==== Storages ==== | ==== Storages ==== | ||
Line 35: | Line 21: | ||
'' | '' | ||
+ | ==== Install libraries/ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | ==== System utilities ==== | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
==== Install Herwig7 ==== | ==== Install Herwig7 ==== | ||
- | - Load necessary modules | + | - Load necessary modules: < |
- | | + | module load python/ |
- | module load python/ | + | module load libtool |
- | module load libtool | + | module load emacs |
- | module load emacs | + | module load gcc/ |
- | module load gcc/ | + | module load gcccore/ |
- | module load gcccore/ | + | module load cmake/ |
- | module load cmake/ | + | module load gsl/ |
- | module load gsl/ | + | </ |
- | </ | + | - Move to $SCRATCH or $PLG_GROUPS_STORAGE (preferred): |
- | - Download bootstrap script | + | - Download bootstrap script |
- | | + | $ chmod +x herwig-bootstrap </ |
- | - Activate Herwig environment : '' | + | |
+ | - Run bootstrap and exit session when completed: < | ||
+ | [ares][username@ac0787 ~]$ exit </ | ||
+ | - More options for running bootstrap can be found with < | ||
+ | - Activate Herwig environment : < | ||
==== A sample run script (and common slurm commands) ==== | ==== A sample run script (and common slurm commands) ==== |