Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Oct 24, 2023
1 parent 5cf6e1c commit cad45d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cases/icon-test/icon_runjob.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ cat > NAMELIST_{cfg.casename} << EOF
&parallel_nml
nproma = 128 ! loop chunk length
p_test_run = .FALSE. ! .TRUE. means verification run for MPI parallelization
num_io_procs = {cfg.icon_np_io) ! number of I/O processors
num_restart_procs = {cfg.icon_np_restart) ! number of restart processors
num_prefetch_proc = {cfg.icon_np_prefetch) ! number of processors for LBC prefetching
num_io_procs = {cfg.icon_np_io} ! number of I/O processors
num_restart_procs = {cfg.icon_np_restart} ! number of restart processors
num_prefetch_proc = {cfg.icon_np_prefetch} ! number of processors for LBC prefetching
iorder_sendrecv = 3 ! sequence of MPI send/receive calls
/
Expand Down

0 comments on commit cad45d6

Please sign in to comment.