Skip to content

Commit

Permalink
No longer restrict to using only 1 openblas thread on mac, since #3369
Browse files Browse the repository at this point in the history
…is fixed.
  • Loading branch information
ViralBShah committed Jul 1, 2013
1 parent 02f5228 commit 3065647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mac/app/script
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ osascript 2>&1>/dev/null <<EOF
if (ProcessList contains "Terminal") or ((count of every window) is less than 1) then
tell application "System Events" to tell process "Terminal" to keystroke "n" using command down
end if
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
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
end tell
EOF

Expand Down

0 comments on commit 3065647

Please sign in to comment.