Commit b483cc8 1 parent cba2a38 commit b483cc8 Copy full SHA for b483cc8
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
# SBATCH --nodes=1 --ntasks-per-node=24
9
9
# #SBATCH --partition=bigmem
10
10
# SBATCH -q debug
11
- # SBATCH -t 00:10 :00
11
+ # SBATCH -t 00:20 :00
12
12
13
13
# -----------------------------------------------------------------------
14
14
# Driver script to create a cubic-sphere based model grid on Hera.
24
24
# Note: The sfc_climo_gen program only runs with an
25
25
# mpi task count that is a multiple of six. This is
26
26
# an ESMF library requirement. Large grids may require
27
- # tasks spread across multiple nodes. The orography code
28
- # benefits from threads.
27
+ # tasks spread across multiple nodes or to be run on
28
+ # 'bigmem' nodes (#SBATCH --partition=bigmem). The
29
+ # orography code benefits from threads.
29
30
#
30
31
# To run, do the following:
31
32
#
You can’t perform that action at this time.
0 commit comments