Skip to content
Snippets Groups Projects
Commit 8eda4c36 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Add performance test with 2 MPI processes

parent 56675e35
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,17 @@ ...@@ -21,5 +21,17 @@
"1", "1",
"$my_data_dir/Global_1993_2023/SHPC" "$my_data_dir/Global_1993_2023/SHPC"
] ]
},
"EGg_1993_2": {
"input": "&config_graph_nml max_delta = 4/\n&MAIN_NML I_SLICE=0/\n",
"env": {
"mpiexec": "$mpiexec"
},
"description": "Same as EGg_1993_2023, but with 2 MPI processes.",
"command": [
"$build_dir/Overlap/eddy_graph.sh",
"2",
"$my_data_dir/Global_1993_2023/SHPC"
]
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment