Skip to content
Snippets Groups Projects
Commit 1bfb7d42 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Add option to run normally

parent 53854fa5
No related branches found
No related tags found
No related merge requests found
Pipeline #163428 passed
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment