Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mkschleg/Reproduce.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mkschleg committed Apr 20, 2021
2 parents c9d7819 + 4f0df14 commit fdf8eeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Reproduce"
uuid = "560a9c3a-0b8c-11e9-0329-d39dfcb85ed2"
authors = ["Matt <[email protected]>"]
version = "0.9.2"
version = "0.9.3"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
8 changes: 4 additions & 4 deletions examples/parallel_argiter_config.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/cvmfs/soft.computecanada.ca/easybuild/software/2017/avx2/Compiler/gcc7.3/julia/1.3.0/bin/julia
#!/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/julia/1.5.2/bin/julia
#SBATCH [email protected]
#SBATCH --mail-type=ALL
#SBATCH -o reproduce_test.out # Standard output
#SBATCH -e reproduce_test.err # Standard error
#SBATCH --mem-per-cpu=512M # Memory request of 2 GB
#SBATCH --time=0:10:00 # Running time of 12 hours
#SBATCH --ntasks=8
#SBATCH --mem-per-cpu=2000M # Memory request of 2 GB
#SBATCH --time=0:05:00 # Running time of 12 hours
#SBATCH --ntasks=4
#SBATCH --account=rrg-whitem

using Pkg
Expand Down

0 comments on commit fdf8eeb

Please sign in to comment.