This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/configure b/configure | |
| index cdd3e69..abeaec1 100755 | |
| --- a/configure | |
| +++ b/configure | |
| @@ -18204,7 +18204,6 @@ $as_echo_n "checking whether host operating system is Darwin... " >&6; } | |
| then | |
| QT_SPECS="macx-g++" | |
| fi | |
| - at_qmake_args='-spec macx-g++' | |
| ;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BEGIN_FILE_INCLUDE_LIST | |
| # neuron source files | |
| nrnbbcore_write.cpp | |
| fadvance.c | |
| nrnh5datasets.cpp | |
| nrnh5wrapper.cpp | |
| netpar.cpp | |
| mpispike.c | |
| nrnmpi.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # stop if error | |
| set -e | |
| # load required modiles on your cluster | |
| module purge | |
| module load mvapich2/2.0.1-nocuda cmake | |
| export BASE_DIR=`pwd`/coreneuron_tutorial |