Skip to content
Snippets Groups Projects
Commit a0aeaa23 authored by Ignacio Pisso's avatar Ignacio Pisso
Browse files

fix slurm bugs

parent aec59cb8
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ run:
clean:
rm -r options* pathnames* output* *.sl *.cl
cleanSLURM:
rm output-prod-cn* error-prod-cn*
rm output-*.out error-*.err
archive_dir := archive_$(shell date "+%y-%m-%d_%H%M%S")
archive:
@echo "archive generated files"
......
......@@ -188,9 +188,32 @@ gen_batch_jobs_SLURM.sh
run_batch_SLURM.sh
./export_flexgen.sh exportA-I _[A-I]
1
A fwd bin
B fwd ncd
2
C bwd
3
D part
./export_flexgen.sh exportD _D
./gen_options_all.sh ; ./gen_pathnames.sh ; ./gen_batch_jobs_SLURM.sh
4
E unit ind fwd and bwd
./export_flexgen.sh exportD _D
./gen_options_all.sh ; ./gen_pathnames.sh ; ./gen_batch_jobs_SLURM.sh
5
F species
6
G nested
7
H domainfill
8
I init cond
9
J CBL
......
......@@ -9,7 +9,7 @@
pathnames_list_default="$(ls -1 pathnames*)"
OUTPUT=${2:-$pathnames_list_default}
#OUTPUTpwd="$(pwd)"
OUTPUTpwd="$(pwd)"
FLEXPARTdefault=FLEXPART
#FLEXPART=FLEXPART_8d70e43
......
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