-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsequentialMDAll2A.sh
More file actions
51 lines (40 loc) · 1.45 KB
/
sequentialMDAll2A.sh
File metadata and controls
51 lines (40 loc) · 1.45 KB
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
#!/bin/sh
Fold=/fs/lustre/cwr0408/1.29.2014/
echo "$Fold"
#PE12 missing from variables below because it is not needed. PE12_4 completed with the correct
#topology.
for i in PE4 PE4_bulkstart PE5 PE6_3 PE8_3 PE10 PE12_4 PE14_2 PE14_rerun PE14_2PolyInBulk PE18 PE24 PP6 PP9 PP12 PP15 PP18 PIB12 PIB24 PIB36
do
cd /fs/lustre/cwr0408/9.5.2013/$i
sh ./sequentialMDRun2.sh
done
#modify the subthem all script to incorporate all alcohol contents
#keep in mind that all of the sh scripts must have the associated
#folder locations changed. Can I pass environment variables like
#PBS_O_WRKDIR into shell scripts? test this with an echo command.
#If I can, then I can greatly simplify the shell scripts!
for i in PE4 PE5 PE6 PE8 PE10 PE14_3 PE18 PE24 PP6 PP9 PP12 PP15 PP18 PIB12 PIB24 PIB36
do
cd /fs/lustre/cwr0408/1.29.2014/$i
sh ./sequentialMDRun2.sh
done
for i in PE4 PE5 PE6 PE8 PE10 PE14_3 PE18 PE24 PP6 PP9 PP12 PP15 PP18 PIB12 PIB24 PIB36
do
cd /fs/lustre/cwr0408/1.3.2014/$i
sh ./sequentialMDRun2.sh
done
for i in PE4 PE5 PE6 PE8 PE10 PE14_3 PE18 PE24 PP6 PP9 PP12 PP15 PP18 PIB12 PIB24 PIB36
do
cd /fs/lustre/cwr0408/9.5.2013/$i
sh ./sequentialMDRun2.sh
done
for i in PE4 PE5 PE6 PE8 PE10 PE14_3 PE18 PE24 PP6 PP9 PP12 PP15 PP18 PIB12 PIB24 PIB36
do
cd /fs/lustre/cwr0408/9.3.2013/$i
sh ./sequentialMDRun2.sh
done
for i in PE4 PE5 PE6 PE8 PE10 PE14_3 PE18 PE24 PP6 PP9 PP12 PP15 PP18 PIB12 PIB24 PIB36
do
cd /fs/lustre/cwr0408/8.8.2013/$i
sh ./sequentialMDRun2.sh
done