Changeset 5021


Ignore:
Timestamp:
Jul 5, 2024, 3:02:39 PM (3 months ago)
Author:
asima
Message:

Changes in order to be able to compile XIOS on Jean-Zay at Idris after the OS upgrade from Red Hat 8.6 to 9.2.
(cf. A. Caubel and L. Fairhead)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4919 r5021  
    318318             make=gmake ;
    319319             module purge
     320             module load gcc/6.5.0
    320321             module load intel-compilers/19.0.4 ;
    321322             #module load intel-mpi/19.0.4 ;
     
    814815    echo '##########################################################'
    815816    cd $MODEL/modipsl/modeles
    816     xioslog=`pwd`/xios.log
     817    xioslog=`pwd`/XIOS/xios.log
    817818    #wget http://www.lmd.jussieu.fr/~lmdz/Distrib/install_xios.bash
    818819    myget script_install/install_xios.bash
     
    836837        cd ..
    837838        echo "Compiling XIOS, start" `date` \
    838              "(it takes about 20 min on Jean-Zay)"
    839839        echo "log file: $xioslog"
    840         ./make_xios --prod --arch $arch --job 4 > xios.log 2>&1
     840        #./make_xios --prod --arch $arch --job 4 > xios.log 2>&1
     841        cat > compile_xios.sh <<EOD
     842./make_xios --prod --arch X64_JEANZAY --full --job 4 > xios.log 2>&1
     843EOD
     844srun --pty --ntasks=1 --cpus-per-task=20 --hint=nomultithread -t 00:30:00 \
     845 --account=gzi@cpu --qos=qos_cpu-dev bash ./compile_xios.sh
     846
    841847    else
    842848        ./install_xios.bash -prefix $MODEL/modipsl/modeles \
Note: See TracChangeset for help on using the changeset viewer.