From 1bfb7d42f49c6482e194350d8798fe596752cc08 Mon Sep 17 00:00:00 2001 From: Simon Oehrl <oehrl@vr.rwth-aachen.de> Date: Sat, 4 Apr 2020 19:40:04 +0200 Subject: [PATCH] Add option to run normally --- examples/run_brunel_simulation.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/run_brunel_simulation.sh.in b/examples/run_brunel_simulation.sh.in index 2981ede..a436d21 100755 --- a/examples/run_brunel_simulation.sh.in +++ b/examples/run_brunel_simulation.sh.in @@ -1,4 +1,5 @@ #!/bin/bash source @NEST_INSTALL_PREFIX@/bin/nest_vars.sh export LD_LIBRARY_PATH=$NEST_MODULE_PATH:/usr/local/lib/:$LD_LIBRARY_PATH +#python3 @CMAKE_SOURCE_DIR@/examples/brunel_simulation.py $1 $2 # Uncomment this to run normally mpirun -n $3 --allow-run-as-root -x PYTHONPATH python3 @CMAKE_SOURCE_DIR@/examples/brunel_simulation.py $1 $2 \ No newline at end of file -- GitLab