Ignore:
Timestamp:
02/14/20 16:24:21 (4 years ago)
Author:
jgipsl
Message:

Remove option -parallel for makeioipsl_fcm. This is not an existing option and in makeioipsl_fcm there is no check for none valid options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/compile_lmdzor.sh

    r4936 r4940  
    150150fi 
    151151 
    152 echo ./makeioipsl_fcm -$optmode -parallel -arch ${fcm_arch} -arch_path $arch_path -j 8 $full_flag   >> $outfile  
    153      ./makeioipsl_fcm -$optmode -parallel -arch ${fcm_arch} -arch_path $arch_path -j 8 $full_flag   >> $outfile 2>&1 
     152echo ./makeioipsl_fcm -$optmode -arch ${fcm_arch} -arch_path $arch_path -j 8 $full_flag   >> $outfile  
     153     ./makeioipsl_fcm -$optmode -arch ${fcm_arch} -arch_path $arch_path -j 8 $full_flag   >> $outfile 2>&1 
    154154# Test if compiling succeded  
    155155if [[ $? != 0 ]] ; then  
Note: See TracChangeset for help on using the changeset viewer.