|
Last change
on this file since 3581 was
3090,
checked in by slebonnois, 2 years ago
|
|
BdeBatz? : Cleans microphysics and makes few corrections for physics
|
|
File size:
322 bytes
|
| Line | |
|---|
| 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.