Skip to content

Commit

Permalink
Merge branch 'region_mesh_redux' of github.com:Hjorthmedh/Snudda into…
Browse files Browse the repository at this point in the history
… region_mesh_redux
  • Loading branch information
Hjorthmedh committed Nov 7, 2023
2 parents afdd156 + 74ebe1c commit 4f2f9bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ulimit -s unlimited

#let NWORKERS="$SLURM_NTASKS-2"
let NWORKERS="100"
# let NWORKERS="50"

export IPNWORKERS=$NWORKERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# You need to point this as the directory where you created the network in
#NETWORK_DIR=/cfs/klemming/home/${USER:0:1}/$USER/Snudda/examples/parallel/KTH_PDC/networks/test_10k
NETWORK_DIR=networks/lateral_1
NETWORK_DIR=networks/lateral_2

export N_WORKERS=$SLURM_NTASKS

Expand Down
4 changes: 2 additions & 2 deletions examples/parallel/KTH_PDC/lateral_inhibition/setup_lateral.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# from snudda import SnuddaInit -- this works on local machine, but not on dardel
import snudda.init

n_DSPN = 50000
n_ISPN = 50000
n_DSPN = 30000
n_ISPN = 30000
n_FS = 0
n_LTS = 0
n_ChIN = 0
Expand Down

0 comments on commit 4f2f9bb

Please sign in to comment.