Changeset 5465 for BOL/LMDZ_Setup/script_SIMU
- Timestamp:
- Jan 3, 2025, 6:14:41 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup/script_SIMU
r5438 r5465 300 300 301 301 #@ADS if 1; then 302 time $MPICMD $ntasks ./gcm.e > listing 302 if [ "$MPICMD" = "" ] ; then mpicmd= ; else mpicmd="$MPICMD $ntasks" ; fi 303 time $mpicmd ./gcm.e > listing 303 304 #@ADS else 304 305 #@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.