Skip to content

Commit

Permalink
Added projects to julia scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeR227 committed Jul 12, 2024
1 parent 2f4b6b1 commit 0f200ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/benchmarks/array.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pwd; hostname; date

module load julia

julia array.jl $SLURM_ARRAY_TASK_ID $1
julia --proj=. array.jl $SLURM_ARRAY_TASK_ID $1

date
2 changes: 1 addition & 1 deletion test/benchmarks/final.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pwd; hostname; date

module load julia

julia final.jl table_logs/$SLURM_JOB_ID $1
julia --proj=. final.jl table_logs/$SLURM_JOB_ID $1

date

Expand Down
2 changes: 1 addition & 1 deletion test/benchmarks/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo $PWD
# Add a depot path

echo "Precompiling Julia"
julia --proj=$DIR -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
julia --proj=$DIR --threads=auto -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
echo "Finished precompiling Julia"

mkdir -p results
Expand Down

0 comments on commit 0f200ff

Please sign in to comment.