Skip to content

Instantly share code, notes, and snippets.

View pramodk's full-sized avatar

Pramod Kumbhar pramodk

View GitHub Profile
@pramodk
pramodk / bladeplugin-0.1-patch.diff
Created June 8, 2019 20:58
Patch for CUBE's Blade plugin version 0.1
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++'
;;
@pramodk
pramodk / nrn.tau
Created April 16, 2017 19:13
TAU selective instrumentation file for NEURON
BEGIN_FILE_INCLUDE_LIST
# neuron source files
nrnbbcore_write.cpp
fadvance.c
nrnh5datasets.cpp
nrnh5wrapper.cpp
netpar.cpp
mpispike.c
nrnmpi.c
@pramodk
pramodk / coreneuron_gpu_install.sh
Last active March 2, 2017 22:11
CoreNEURON GPU Installation and ringtest example
#!/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