Changeset 6643


Ignore:
Timestamp:
10/05/23 16:16:56 (8 months ago)
Author:
jgipsl
Message:

Add new option for compilation at LSCE/obelix.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/ARCH/arch-ifort_LSCE_2023.env

    r6629 r6643  
    44source /usr/share/Modules/init/bash 
    55module purge 
     6module load intel-fcomp/2020 
     7module load gcc/8.3.0 
     8module load openmpi/2.1.5 
     9module load hdf5/1.10.5 
     10module load netcdf/4.7 
    611 
    7 module load intel-fcomp/2020 
    8 module load openmpi/2.1.5 
    9 module load hdf5/1.8.9p 
    10 module load pnetcdf/1.5.0 
    11 module load netcdf/4p 
    12 module load gcc/8.3.0 
    13  
     12export OMPI_FC=ifort 
     13export OMPI_CC=icc 
    1414# Add -I in front of variable INCLUDE which is used in makelmdz_fcm because module load of openmpi and pnetcodf addes include path to INCLUDE variable 
    1515INCLUDE=-I$INCLUDE 
Note: See TracChangeset for help on using the changeset viewer.