Skip to content

Commit

Permalink
adds default compile all superprocs
Browse files Browse the repository at this point in the history
  • Loading branch information
beaudu committed Oct 3, 2024
1 parent faa627a commit 620565c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PACK/make_wopack
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function ask() {
if ask "--> Compile all the Matlab procs [y/N]" "n"
then
cd "$SCRIPT_DIR/../CODE/matlab"
sudo -u wo -- make arch=64
sudo -u wo -- make arch=32
sudo -u wo -- make arch=64 all
sudo -u wo -- make arch=32 all
cd "$PWD"
fi

Expand Down

0 comments on commit 620565c

Please sign in to comment.