Ignore:
Timestamp:
Dec 10, 2025, 5:34:31 PM (2 weeks ago)
Author:
aslmd
Message:

MESORUN: spirit launch script: switched back to multiproc runs now that parallel runs are fixed (see updates in branch mesoscale_compile-run-spirit). also added a more comfortable 64G memory request. test case successfully works on the requested 24 procs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/launch

    r2901 r3988  
    11#!/bin/bash
    2 #SBATCH --partition=zen4
    3 ##SBATCH --partition=zen16
    4 ##SBATCH --ntasks=24
     2##SBATCH --partition=zen4
     3#SBATCH --partition=zen16
     4#SBATCH --ntasks=24
    55##SBATCH --ntasks=4
    6 #SBATCH --ntasks=1
     6##SBATCH --ntasks=1
    77#SBATCH --time=08:00:00
    88##SBATCH --mem=6G
     9#SBATCH --mem=64G
    910
    1011# job information
Note: See TracChangeset for help on using the changeset viewer.