Skip to content

Commit

Permalink
ENH Add parallel env var back to limit threads used
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wendt authored Jan 24, 2019
1 parent d3709ec commit c1e4c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ function logger() {
echo -e "\n>>>> $@\n"
}

# Set path
# Set path and build parallel level
export PATH=/conda/bin:/usr/local/cuda/bin:$PATH
export PARALLEL_LEVEL=4

# Set home to the job's workspace
export HOME=$WORKSPACE
Expand Down

0 comments on commit c1e4c70

Please sign in to comment.