-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathbatch_mfc.sh
executable file
·14 lines (10 loc) · 1.09 KB
/
batch_mfc.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
./mfc.sh run /users/mrodri97/scratch/lungwave/case0/case.py -e batch -N 1 -n 4 -w 00:30:00 -# pre -t pre_process -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case0/case.py -e batch -N 1 -n 4 -w 00:30:00 -# sim -t simulation -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case0/case.py -e batch -N 1 -n 4 -w 00:30:00 -# pos -t post_process -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case1/case.py -e batch -N 1 -n 4 -w 00:30:00 -# pre -t pre_process -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case1/case.py -e batch -N 1 -n 4 -w 00:30:00 -# sim -t simulation -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case1/case.py -e batch -N 1 -n 4 -w 00:30:00 -# pos -t post_process -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case2/case.py -e batch -N 1 -n 4 -w 00:30:00 -# pre -t pre_process -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case2/case.py -e batch -N 1 -n 4 -w 00:30:00 -# sim -t simulation -c oscar
./mfc.sh run /users/mrodri97/scratch/lungwave/case2/case.py -e batch -N 1 -n 4 -w 00:30:00 -# pos -t post_process -c oscar