Changeset 2457


Ignore:
Timestamp:
01/23/23 13:01:15 (16 months ago)
Author:
jderouillat
Message:

Update JEANZAY environment, integrate OpenMPI

Location:
XIOS3/branches/xios-3.0-beta/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/arch/arch-X64_JEANZAY.env

    r2224 r2457  
    11module purge 
    2 module load intel-all/2020.4 
     2module load intel-compilers/19.1.3 
     3module load openmpi/4.0.5 
    34module load hdf5/1.12.0-mpi  
    45module load netcdf-c/4.7.4-mpi 
    56module load netcdf-fortran/4.5.3-mpi 
    6 source $I_MPI_ROOT/intel64/bin/mpivars.sh release_mt 
    77 
  • XIOS3/branches/xios-3.0-beta/arch/arch-X64_JEANZAY.fcm

    r2224 r2457  
    44 
    55 
    6 %CCOMPILER      mpiicc 
    7 %FCOMPILER      mpiifort 
    8 %LINKER         mpiifort  -nofor-main 
     6%CCOMPILER      mpicxx 
     7%FCOMPILER      mpif90 
     8%LINKER         mpif90  -nofor-main 
    99 
    1010%BASE_CFLAGS    -diag-disable 1125 -diag-disable 279 -std=c++11 
     
    2121%BASE_LD        -lstdc++ 
    2222 
    23 %CPP            mpiicc -EP 
     23%CPP            mpicc -EP 
    2424%FPP            cpp -P 
    2525%MAKE           gmake 
Note: See TracChangeset for help on using the changeset viewer.