source:
trunk/LMDZ.COMMON/arch/arch-X64_ROMEO_INTEL.env
@
3594
Last change on this file since 3594 was 3090, checked in by , 15 months ago | |
---|---|
File size: 322 bytes |
Rev | Line | |
---|---|---|
[3090] | 1 | |
2 | module purge | |
3 | ||
4 | module load intel/compiler/2021.1.1 | |
5 | module load intel/mkl/2021.1.1 | |
6 | module load openmpi/4.0.5.1-intel | |
7 | module load gcc/8.1.0 | |
8 | ||
9 | # IMPORTANT: | |
10 | # openmpi module sets INCLUDE env variable and FCM messes up with it: let's remove the var | |
11 | unset INCLUDE | |
12 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/intel/lib | |
13 |
Note: See TracBrowser
for help on using the repository browser.