Skip to content

Commit 3065647

Browse files
committed
No longer restrict to using only 1 openblas thread on mac, since #3369 is fixed.
1 parent 02f5228 commit 3065647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mac/app/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ osascript 2>&1>/dev/null <<EOF
2929
if (ProcessList contains "Terminal") or ((count of every window) is less than 1) then
3030
tell application "System Events" to tell process "Terminal" to keystroke "n" using command down
3131
end if
32-
do script ("exec bash -c \"PATH='${ROOT}/julia/bin:${PATH}' OPENBLAS_NUM_THREADS=1 FONTCONFIG_PATH='${ROOT}/julia/etc/fonts' GIT_EXEC_PATH='${ROOT}/julia/libexec/git-core' GIT_TEMPLATE_DIR='${ROOT}/julia/share/git-core' exec '${ROOT}/julia/bin/julia'\"") in front window
32+
do script ("exec bash -c \"PATH='${ROOT}/julia/bin:${PATH}' FONTCONFIG_PATH='${ROOT}/julia/etc/fonts' GIT_EXEC_PATH='${ROOT}/julia/libexec/git-core' GIT_TEMPLATE_DIR='${ROOT}/julia/share/git-core' exec '${ROOT}/julia/bin/julia'\"") in front window
3333
end tell
3434
EOF
3535

0 commit comments

Comments
 (0)