Changeset 2582


Ignore:
Timestamp:
10/03/23 14:14:24 (7 months ago)
Author:
jderouillat
Message:

Revert X64_JEANZAY environnement to IntelMPI (not operational for now with current protocol)

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

    r2457 r2582  
    11module purge 
    2 module load intel-compilers/19.1.3 
    3 module load openmpi/4.0.5 
     2#module load gcc/9.1.0 
     3module load intel-all/2020.4 
    44module load hdf5/1.12.0-mpi  
    55module load netcdf-c/4.7.4-mpi 
    66module load netcdf-fortran/4.5.3-mpi 
     7module load nco 
     8module load cdo 
    79 
     10#source $I_MPI_ROOT/intel64/bin/mpivars.sh release_mt 
     11#export I_MPI_OFI_PROVIDER=verbs # workaround for a MPI_Win_flush bug appearing with IntelMPI in a multi-context (XIOS) environment 
     12export TMP=/dev/shm    # to compile on node with enough memory 
  • XIOS3/branches/xios-3.0-beta/arch/arch-X64_JEANZAY.fcm

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