Changeset 4326 for CONFIG


Ignore:
Timestamp:
03/18/19 13:17:22 (5 years ago)
Author:
jgipsl
Message:
  • Changed to compile with -j 4 for XIOS. -j 8 is too much at irene for XIOS.
  • Corrected compiling of ORCHIDEE by adding -xios
  • Removed compilation of ORCHIDEE drivers (option -driver) because problemes with env files using XIOS/trunk. To be put back later.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/compile_icolmdzor.sh

    r4278 r4326  
    124124cd $modipsl/modeles/XIOS 
    125125echo; echo "NOW COMPILE XIOS" 
    126 echo ./make_xios --$optmode --arch $fcm_arch --arch_path $arch_path --job 8 $full_flag 
    127 ./make_xios --$optmode --arch $fcm_arch --arch_path $arch_path --job 8 $full_flag 
     126echo ./make_xios --$optmode --arch $fcm_arch --arch_path $arch_path --job 4 $full_flag 
     127./make_xios --$optmode --arch $fcm_arch --arch_path $arch_path --job 4 $full_flag 
    128128# Test if compiling succeded  
    129129if [[ $? != 0 ]] ; then  
     
    135135cd $modipsl/modeles/ORCHIDEE 
    136136echo; echo "NOW COMPILE ORCHIDEE" 
    137 echo    ./makeorchidee_fcm -j 8 -parallel $parallel -$optmode -arch ${fcm_arch} $full_flag -driver 
    138 ./makeorchidee_fcm -j 8 -parallel $parallel -$optmode -arch ${fcm_arch} $full_flag -driver 
     137echo    ./makeorchidee_fcm -j 8 -xios -parallel $parallel -$optmode -arch ${fcm_arch} $full_flag 
     138./makeorchidee_fcm -j 8 -xios -parallel $parallel -$optmode -arch ${fcm_arch} $full_flag 
    139139# Test if compiling finished 
    140140if [[ $? != 0 ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.