Skip to content
Snippets Groups Projects
Commit ce44feb3 authored by Pat Alt's avatar Pat Alt
Browse files

more adjustments to DAIC jobs

parent 4943ed34
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
using Pkg
Plg.update()
Pkg.resolve()
Pkg.instantiate()
\ No newline at end of file
......@@ -8,7 +8,4 @@
#SBATCH --mem-per-cpu=8GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module use /opt/insy/modulefiles # Use DAIC INSY software collection
module load openmpi
srun julia --project experiments/daic/env.jl > experiments/env_ECCCo.log
\ No newline at end of file
......@@ -8,7 +8,4 @@
#SBATCH --mem-per-cpu=8GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module use /opt/insy/modulefiles # Use DAIC INSY software collection
module load openmpi
srun julia --project=experiments experiments/daic/env.jl > experiments/env_experiments.log
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment