-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc_package.sh: add batch mode where output is logged into a file
Use BATCH=1 env var to set the batch mode up. proca_package_parallel.sh does that now. Coincidentally: don't load Revise unconditionally (via startup.jl). Should ease dependency footprint of Stability and speed up processing.
- Loading branch information
1 parent
996f072
commit befaec9
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
using Pkg | ||
Pkg.add("Revise") | ||
using Revise | ||
Pkg.activate(ENV["STABILITY_HOME"]) | ||
Pkg.instantiate() | ||
using Stability |