Ignore:
Timestamp:
Jan 3, 2025, 6:14:41 PM (4 days ago)
Author:
fhourdin
Message:

For sequential and debug compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/script_SIMU

    r5438 r5465  
    300300
    301301#@ADS if 1; then
    302 time $MPICMD $ntasks ./gcm.e > listing
     302if [ "$MPICMD" = "" ] ; then mpicmd= ; else mpicmd="$MPICMD $ntasks" ; fi
     303time $mpicmd ./gcm.e > listing
    303304#@ADS else
    304305#@ADS srun --cpu-bind=none --mem-bind=none -- ./slurm_set_cpu_binding.sh ./gcm.e > listing
Note: See TracChangeset for help on using the changeset viewer.