Skip to content

Commit

Permalink
Update READMEs to refer to the latest SPORE-related bugfix in NEST (i…
Browse files Browse the repository at this point in the history
…ssue 696; PR 710).
  • Loading branch information
mhoff committed Apr 26, 2017
1 parent 2469d60 commit c00ba27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ for communication with other software components.

The documentation of the module can be found [here](https://igitugraz.github.io/spore-nest-module/).

[Here](https://github.com/IGITUGraz/spore-nest-module/blob/master/examples/pattern_matching_showcase) you find an example use case and a detailed description how to set up SPORE to run a first experiment.
[Here](https://github.com/IGITUGraz/spore-nest-module/blob/master/examples/pattern_matching_showcase)
you find an example use case and a detailed description how to set up SPORE to run a first experiment.

[![Plotting Animation][1]][2]

Expand All @@ -21,7 +22,7 @@ SPORE does not support the release version v2.12.0 of NEST.
Instead, SPORE currently requires a fix on the development branch.
Please make sure your development version of NEST corresponds to
or is newer than revision
[58fd190f5e4](https://github.com/nest/nest-simulator/commit/58fd190f5e404f1e3e822c0d3915e2321d102ed5).
[b8ad1a51dd](https://github.com/nest/nest-simulator/commit/b8ad1a51dd8141190f1f06381a8a72499dfc453f).

Further, we assume NEST go compiled and installed with MUSIC
bindings (`-Dwith-music=ON`).
Expand Down
15 changes: 12 additions & 3 deletions examples/pattern_matching_showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,18 @@ The learning process is visualized by a third node, which is reading and, in tur

# Detailed installation guide for the SPORE software framework

This guide describes how to install the SPORE module for the NEST 2.12 simulator. Note that SPORE does not support the release version v2.12.0 of NEST. Instead, SPORE currently requires a fix on the development branch so please make sure your development version of NEST corresponds to or is newer than revision [58fd190f5e4](https://github.com/nest/nest-simulator/commit/58fd190f5e404f1e3e822c0d3915e2321d102ed5). We used MUSIC version 1.1.15 in revision [8e0a609b298](https://github.com/INCF/MUSIC/commit/8e0a609b29835be604ae556c1592aad9b4be1827) and we assume that [MPI](https://www.open-mpi.org/) (Open MPI 1.6.5) and python with `numpy` and `matplotlib` are preinstalled on your system. Finally we used revision [319937d6f1a](https://github.com/IGITUGraz/spore-nest-module/commit/319937d6f1ab1bdfca9c16a5daa9770229af5bc6) of SPORE (version 2.12). The installation procedure was tested on Debian GNU/Linux 8.7 (jessie).

This guide assumes that you want to install everything into your local home folder `$HOME/opt/`. It is further assumed that you checkout the software into a local folder that is used for development, which we refer to as `devel` folder.
This guide describes how to install the SPORE module for the NEST 2.12 simulator.
Note that SPORE does not support the release version v2.12.0 of NEST.
Instead, SPORE currently requires a fix on the development branch so please make sure your development version of NEST corresponds to or is newer than revision
[b8ad1a51dd](https://github.com/nest/nest-simulator/commit/b8ad1a51dd8141190f1f06381a8a72499dfc453f).
We used MUSIC version 1.1.15 in revision [8e0a609b298](https://github.com/INCF/MUSIC/commit/8e0a609b29835be604ae556c1592aad9b4be1827)
and we assume that [MPI](https://www.open-mpi.org/) (Open MPI 1.6.5) and python with `numpy` and `matplotlib` are preinstalled on your system.
Finally we used revision [319937d6f1a](https://github.com/IGITUGraz/spore-nest-module/commit/319937d6f1ab1bdfca9c16a5daa9770229af5bc6) of SPORE (version 2.12).
The installation procedure was tested on Debian GNU/Linux 8.7 (jessie).

This guide assumes that you want to install everything into your local home folder `$HOME/opt/`.
It is further assumed that you checkout the software into a local folder that is used for development,
which we refer to as `devel` folder.

## Preparation

Expand Down

0 comments on commit c00ba27

Please sign in to comment.