Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Fix issue to suport multi-instances on more than 64 physical cores.
Browse files Browse the repository at this point in the history
  • Loading branch information
manofmountain authored and daisyden committed Nov 6, 2018
1 parent 27aa7f7 commit ae367fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function init_mpi_envs
done
for ((mask_index=${#masks[@]}-1; mask_index>=0; mask_index--))
do
mask_str+=`printf "%x" "${masks[$mask_index]}"`
mask_str+=`printf "%016x" "${masks[$mask_index]}"`
done
domain_str+="$mask_str"
if [ $ppn_index -ne $((ppn-1)) ]; then
Expand Down

0 comments on commit ae367fb

Please sign in to comment.