#!/bin/bash

geom=3

extstim=43
junction=40

extstim=64
junction=40

extstim=34
junction=26

extstim=16
junction=13

for comps in 43,40 64,40 34,26 16,13 
do
qsub -N vsJ_${geom}_${comps} -l h_rt=24:00:00 -b y x86_64/special -nogui simulation_base.hoc -c "set_arg\($geom,$comps\)" vs-arg_cutoff_Jonas.hoc
done