Changeset 4628 for CONFIG/UNIFORM


Ignore:
Timestamp:
08/01/19 17:15:48 (5 years ago)
Author:
jgipsl
Message:
  • Remove option -driver in orchidee compilation. It is not possible to compile orchidee offline drivers when compiling XIOS with option --use_oasis oasis3_mct
  • Some print in the end
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh

    r4627 r4628  
    239239echo >> $outfile ; echo " NOW COMPILE ORCHIDEE"   >> $outfile  
    240240 
    241 echo    ./makeorchidee_fcm -j 8 -xios -parallel $parallel -$optmode -arch ${fcm_arch} -arch_path $arch_path $full_flag -driver   >> $outfile  
    242         ./makeorchidee_fcm -j 8 -xios -parallel $parallel -$optmode -arch ${fcm_arch} -arch_path $arch_path $full_flag -driver    >> $outfile 2>&1 
     241echo    ./makeorchidee_fcm -j 8 -xios -parallel $parallel -$optmode -arch ${fcm_arch} -arch_path $arch_path $full_flag   >> $outfile  
     242        ./makeorchidee_fcm -j 8 -xios -parallel $parallel -$optmode -arch ${fcm_arch} -arch_path $arch_path $full_flag   >> $outfile 2>&1 
    243243# Test if compiling finished 
    244244if [[ $? != 0 ]] ; then 
     
    373373 
    374374echo >>$outfile ; echo "ALL COMPILING FINISHED" >> $outfile 
    375 echo; echo "ALL COMPILING FINISHED" 
    376 echo ls -lrt modipsl/bin 
    377 ls -lrt $modipsl/bin 
     375echo ls -lrt modipsl/bin >> $outfile 
     376ls -lrt $modipsl/bin >> $outfile 
     377 
     378echo; echo "ALL COMPILING FINISHED" ; echo 
     379echo "Executables are found in modipsl/bin" 
     380echo "Check that executable names correspond with the name set in config.card before launching the job" 
     381echo ls -lrt modipsl/bin >> $outfile 
     382ls -lrt $modipsl/bin >> $outfile 
    378383 
    379384date 
Note: See TracChangeset for help on using the changeset viewer.