Skip to content

Commit

Permalink
modified: HERA.env to add
Browse files Browse the repository at this point in the history
    export CFP_MP="YES" # For analdiag with SLURM
  • Loading branch information
yangfanglin committed May 20, 2020
1 parent 9f7df9d commit 4fa08a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/HERA.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ elif [ $step = "anal" ]; then
export NTHREADS_GSI=${nth_anal:-$nth_max}
[[ $NTHREADS_GSI -gt $nth_max ]] && export NTHREADS_GSI=$nth_max
export APRUN_GSI="$launcher"
export CFP_MP="YES"

export NTHREADS_CALCINC=${nth_calcinc:-1}
[[ $NTHREADS_CALCINC -gt $nth_max ]] && export NTHREADS_CALCINC=$nth_max
Expand Down

0 comments on commit 4fa08a7

Please sign in to comment.