-
Notifications
You must be signed in to change notification settings - Fork 2
/
sbs-1d-postprocess
executable file
·66 lines (45 loc) · 3.35 KB
/
sbs-1d-postprocess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#!/bin/bash
#mpirun -n 6 python para_combine_1d.py ~/mnt2/sbs-1d/1e14/MS/FLD/e1 /Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/1e14/t9/e1.h5
#mpirun -n 6 python para_combine_1d.py ~/mnt2/sbs-1d/1e14/MS/FLD/b3 /Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/1e14/t9/b3.h5
#mpirun -n 6 python para_combine_1d.py ~/mnt2/sbs-1d/1e14/MS/FLD/e1 /Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/1e14/t9/e1.h5
#mpirun -n 6 python para_e2_decomp.py -n 0.38 ~/mnt2/sbs-1d/1e14/MS/ /Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/1e14/t9/
in_folder="/Users/franktsung/mnt2/sbs-1d/1e14/MS/"
out_folder="/Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/1e14/t4/"
mpirun -n 6 python para_combine_1d.py $in_folder"/DENSITY/species_2/charge" $out_folder"/rhoi.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e1" $out_folder"/e1.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e2" $out_folder"/e2.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/b3" $out_folder"/b3.h5"
mpirun -n 6 python para_poynt.py $in_folder $out_folder"/s1.h5"
mpirun -n 6 python para_e2_decomp.py -n 0.38 $in_folder $out_folder
in_folder="/Users/franktsung/mnt2/sbs-1d/2e14/MS/"
out_folder="/Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/2e14/t4/"
mpirun -n 6 python para_combine_1d.py $in_folder"/DENSITY/species_2/charge" $out_folder"/rhoi.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e1" $out_folder"/e1.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e2" $out_folder"/e2.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/b3" $out_folder"/b3.h5"
mpirun -n 6 python para_poynt.py $in_folder $out_folder"/s1.h5"
mpirun -n 6 python para_e2_decomp.py -n 0.38 $in_folder $out_folder
in_folder="/Users/franktsung/mnt2/sbs-1d/3e14/MS/"
out_folder="/Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/3e14/t4/"
mpirun -n 6 python para_combine_1d.py $in_folder"/DENSITY/species_2/charge" $out_folder"/rhoi.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e1" $out_folder"/e1.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e2" $out_folder"/e2.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/b3" $out_folder"/b3.h5"
mpirun -n 6 python para_poynt.py $in_folder $out_folder"/s1.h5"
mpirun -n 6 python para_e2_decomp.py -n 0.38 $in_folder $out_folder
in_folder="/Users/franktsung/mnt2/sbs-1d/4e14/MS/"
out_folder="/Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/4e14/t4/"
mpirun -n 6 python para_combine_1d.py $in_folder"/DENSITY/species_2/charge" $out_folder"/rhoi.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e1" $out_folder"/e1.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e2" $out_folder"/e2.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/b3" $out_folder"/b3.h5"
mpirun -n 6 python para_poynt.py $in_folder $out_folder"/s1.h5"
mpirun -n 6 python para_e2_decomp.py -n 0.38 $in_folder $out_folder
in_folder="/Users/franktsung/mnt2/sbs-1d/1e15/MS/"
out_folder="/Volumes/Lacie-5TB/work/LLNL-2018/1d-tests/1e15/t4/"
mpirun -n 6 python para_combine_1d.py $in_folder"/DENSITY/species_2/charge" $out_folder"/rhoi.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e1" $out_folder"/e1.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/e2" $out_folder"/e2.h5"
mpirun -n 6 python para_combine_1d.py $in_folder"/FLD/b3" $out_folder"/b3.h5"
mpirun -n 6 python para_poynt.py $in_folder $out_folder"/s1.h5"
mpirun -n 6 python para_e2_decomp.py -n 0.38 $in_folder $out_folder