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

trying batch scripts to resolve environment on DAIC

parent da970f1d
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
using Pkg
Pkg.resolve()
Pkg.instantiate()
\ No newline at end of file
#!/bin/bash
#SBATCH --job-name="./ environment (ECCCo)"
#SBATCH --time=1:00:00
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
#SBATCH --mem-per-cpu=8GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module load 2023r1 openmpi
srun julia --project experiments/daic/env.jl > experiments/env_ECCCo.log
\ No newline at end of file
#!/bin/bash
#SBATCH --job-name="/experiments/ environment (ECCCo)"
#SBATCH --time=1:00:00
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
#SBATCH --mem-per-cpu=8GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module load 2023r1 openmpi
srun julia --project=experiments experiments/daic/env.jl > experiments/env_experiments.log
\ No newline at end of file
......@@ -6,7 +6,6 @@
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
#SBATCH --mem-per-cpu=8GB
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module load 2023r1 openmpi
......
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