Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 22, 2024
1 parent 870ca09 commit f2e8a4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slurm/model_run.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ member=$(printf "member_%03d" "$SLURM_ARRAY_TASK_ID")
output=output/$experiment_id/$format_i/$member/model_log.out

julia --project=experiments/$experiment_id -e 'using Conda; Conda.add("scipy=1.8.1", channel="conda-forge"); Conda.add("scikit-learn=1.1.1")'
julia --color=no --project=experiments/$experiment_id -e '@show Base.active_project(); using Pkg; Pkg.build("CalibrateAtmos"); Pkg.instantiate(;verbose=true)'


# Run the forward model
srun --output=$output julia --color=no --project=experiments/$experiment_id -e "
Expand Down

0 comments on commit f2e8a4a

Please sign in to comment.