Skip to content

Commit

Permalink
Merge pull request #94 from jeremiahpslewis/temp
Browse files Browse the repository at this point in the history
Fix slurm runtime dddc
  • Loading branch information
jeremiahpslewis authored May 27, 2024
2 parents 1f9e066 + 76458cb commit b3ce593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/dddc_pc2_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ cd AlgorithmicCompetition.jl || exit

git pull

julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate()'
julia -e 'using Pkg; Pkg.activate("."); Pkg.update(); Pkg.instantiate()'

mkdir -p log # Log directory for slurm task output
sbatch src/dddc_slurm_sbatch.sh


## Viz Analysis Script
# julia --project=.
2 changes: 1 addition & 1 deletion src/dddc_slurm_sbatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#SBATCH --array=1-1000 # 1-1000 # Number of iterations over all parameter sets
#SBATCH --mem-per-cpu=1500M
#SBATCH --cpus-per-task=1
#SBATCH --time=1-12 # For full run true value should be 36 hours, e.g. 1-12
#SBATCH --time=2-12 # For full run true value should be <45 hours, e.g. 1-12
#SBATCH -p normal
#SBATCH [email protected] # Where to send mail

Expand Down

0 comments on commit b3ce593

Please sign in to comment.