#!/bin/bash #cd $HOME/PycharmProjects/NEURON/ cd $HOME/CA1Sim cluster_id="$1" ipcluster start -n 31 --profile-dir=$HOME/.ipython/profile_default --cluster-id=$cluster_id & sleep 180 ipython parallel_spine_attenuation_ratio_controller.py $cluster_id ipcluster stop --profile-dir=$HOME/.ipython/profile_default --cluster-id=$cluster_id