Changeset 6219 for CONFIG


Ignore:
Timestamp:
08/02/22 16:30:50 (21 months ago)
Author:
acosce
Message:

fixed a bug on inca compilation line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh

    r6218 r6219  
    239239    #compile INCA regulat lat_lon chimie librairy  
    240240    echo; echo "NOW COMPILE INCA ${optchimie} on resolution = ${resol_atm_3d}" 
    241     echo ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -resol ${resol_atm_3d} -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag $clean_inca >> $outfile  
    242     ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -resol ${resol_atm_3d} -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag $clean_inca >> $outfile 2>&1 
     241    echo ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag $clean_inca >> $outfile  
     242         ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag $clean_inca >> $outfile 2>&1 
    243243 
    244244    # Test if compiling finished 
Note: See TracChangeset for help on using the changeset viewer.