#!/bin/bash

geom=4

extstim=23
junction=23

#extstim=36
#junction=34

#extstim=27
#junction=26

#extstim=7
#junction=1

for comps in 23,23 36,34 27,26 7,1
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