-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInhibitoryNetwork_cortex_submit_0812.sh
151 lines (98 loc) · 3.16 KB
/
InhibitoryNetwork_cortex_submit_0812.sh
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
#!/bin/bash
module load gcc
gcc InhibitoryNetwork_cortex_0712.c -lm -o InhibitoryNetwork_cortex_0712.o
count=2620
for rep in 1 2 3 4
do
for state in 0 1
do
for gsynstep in .25
do
for Iappstep in 25
do
for sdev in 6
do
for probii in .08 .16
do
for Iappmin in 100
do
for Iappmax in 1000
do
for gsynmin in 0.25
do
for gsynmax in 1.1
do
for rep in 1
do
count=$(($count+1))
echo "Creating InhibitoryNetwork_cortex.sh file number=$count"
sed -e "s/gsynmin/$gsynmin/g" -e "s/gsynmax/$gsynmax/g" -e "s/gsynstep/$gsynstep/g" -e "s/Iappmin/$Iappmin/g" -e "s/Iappmax/$Iappmax/g" -e "s/Iappstep/$Iappstep/g" -e "s/probii/$probii/g" -e "s/sdev/$sdev/g" -e "s/count/$count/g" -e "s/state/$state/g" InhibitoryNetwork_cortex.sh > InhibitoryNetwork_${count}.sh
echo "Submitting InhibitoryNetwork_${count}.sh"
sbatch -J IN_${count} InhibitoryNetwork_${count}.sh
done
done
done
for gsynmin in 1.25
do
for gsynmax in 2.1
do
for rep in 1
do
count=$(($count+1))
echo "Creating InhibitoryNetwork_cortex.sh file number=$count"
sed -e "s/gsynmin/$gsynmin/g" -e "s/gsynmax/$gsynmax/g" -e "s/gsynstep/$gsynstep/g" -e "s/Iappmin/$Iappmin/g" -e "s/Iappmax/$Iappmax/g" -e "s/Iappstep/$Iappstep/g" -e "s/probii/$probii/g" -e "s/sdev/$sdev/g" -e "s/count/$count/g" -e "s/state/$state/g" InhibitoryNetwork_cortex.sh > InhibitoryNetwork_${count}.sh
echo "Submitting InhibitoryNetwork_${count}.sh"
sbatch -J IN_${count} InhibitoryNetwork_${count}.sh
done
done
done
for gsynmin in 2.25
do
for gsynmax in 3.1
do
for rep in 1
do
count=$(($count+1))
echo "Creating InhibitoryNetwork_cortex.sh file number=$count"
sed -e "s/gsynmin/$gsynmin/g" -e "s/gsynmax/$gsynmax/g" -e "s/gsynstep/$gsynstep/g" -e "s/Iappmin/$Iappmin/g" -e "s/Iappmax/$Iappmax/g" -e "s/Iappstep/$Iappstep/g" -e "s/probii/$probii/g" -e "s/sdev/$sdev/g" -e "s/count/$count/g" -e "s/state/$state/g" InhibitoryNetwork_cortex.sh > InhibitoryNetwork_${count}.sh
echo "Submitting InhibitoryNetwork_${count}.sh"
sbatch -J IN_${count} InhibitoryNetwork_${count}.sh
done
done
done
for gsynmin in 3.25
do
for gsynmax in 4.1
do
for rep in 1
do
count=$(($count+1))
echo "Creating InhibitoryNetwork_cortex.sh file number=$count"
sed -e "s/gsynmin/$gsynmin/g" -e "s/gsynmax/$gsynmax/g" -e "s/gsynstep/$gsynstep/g" -e "s/Iappmin/$Iappmin/g" -e "s/Iappmax/$Iappmax/g" -e "s/Iappstep/$Iappstep/g" -e "s/probii/$probii/g" -e "s/sdev/$sdev/g" -e "s/count/$count/g" -e "s/state/$state/g" InhibitoryNetwork_cortex.sh > InhibitoryNetwork_${count}.sh
echo "Submitting InhibitoryNetwork_${count}.sh"
sbatch -J IN_${count} InhibitoryNetwork_${count}.sh
done
done
done
for gsynmin in 4.25
do
for gsynmax in 5.1
do
for rep in 1
do
count=$(($count+1))
echo "Creating InhibitoryNetwork_cortex.sh file number=$count"
sed -e "s/gsynmin/$gsynmin/g" -e "s/gsynmax/$gsynmax/g" -e "s/gsynstep/$gsynstep/g" -e "s/Iappmin/$Iappmin/g" -e "s/Iappmax/$Iappmax/g" -e "s/Iappstep/$Iappstep/g" -e "s/probii/$probii/g" -e "s/sdev/$sdev/g" -e "s/count/$count/g" -e "s/state/$state/g" InhibitoryNetwork_cortex.sh > InhibitoryNetwork_${count}.sh
echo "Submitting InhibitoryNetwork_${count}.sh"
sbatch -J IN_${count} InhibitoryNetwork_${count}.sh
done
done
done
done
done
done
done
done
done
done
done