Ignore:
Timestamp:
04/02/12 21:14:34 (12 years ago)
Author:
aclsce
Message:

Removed a space which makes the trusting fail (comparaison of input files).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_titane.ksh

    r623 r629  
    19201920            if ( [ "X${ExeNameOut}" != X\"\" ] && [ "X${comp}" != "XCPL" ] ) ; then 
    19211921                eval comp_proc_mpi_loc=\${${comp}_PROC_MPI} 
    1922                 echo "-np ${comp_proc_mpi_loc} ./${ExeNameOut} " >> run_file 
     1922                echo "-np ${comp_proc_mpi_loc} ./${ExeNameOut}" >> run_file 
    19231923            fi 
    19241924        done 
Note: See TracChangeset for help on using the changeset viewer.