Skip to content

Commit

Permalink
add hercules RT log: passed with ESMF-based thrd for gnu rap/hrrr 2th…
Browse files Browse the repository at this point in the history
…reads cases
  • Loading branch information
jkbk2004 committed Dec 23, 2024
1 parent 572eba5 commit a04f1c4
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 381 deletions.
9 changes: 7 additions & 2 deletions tests-dev/ufs_test_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ function set_run_task() {
source default_vars.sh
source rt_utils.sh
source "${PATHRT}"/tests/"${TEST_NAME}"
compute_petbounds_and_tasks

#jkim compute_petbounds_and_tasks
if [[ ${ESMF_THREADING} == true ]]; then
compute_petbounds_and_tasks_esmf_threading
else
compute_petbounds_and_tasks_traditional_threading
fi

TPN=$(( TPN / THRD ))
NODES=$(( TASKS / TPN ))
if (( NODES * TPN < TASKS )); then
Expand Down
Loading

0 comments on commit a04f1c4

Please sign in to comment.