Skip to content

Commit

Permalink
Still need OPENBLAS_NUM_THREADS=1. This issue tracks this bug:
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Jun 6, 2013
1 parent 53d4030 commit 0e411ad
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}' 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}' 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
end tell
EOF

Expand Down

1 comment on commit 0e411ad

@ViralBShah
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.