Skip to content
Snippets Groups Projects
Commit fcb92ed7 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Update README.md

parent 39cbee46
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ Build and distribute software with Spack
```
- Then you can start python and import the available tools
- Currently installed:
arbor, neuron, nest
arbor
neuron
nest
## Bulding software binaries with Spack
......@@ -36,11 +38,9 @@ spack install nest %gcc@9.3.1 +python
```
and perform tests for the installations:
https://docs.arbor-sim.org/en/stable/tutorial/single_cell_model.html
https://neuron.yale.edu/neuron/static/docs/neuronpython/firststeps.html
https://nest-simulator.readthedocs.io/en/nest-2.20.1/auto_examples/one_neuron.html
https://docs.arbor-sim.org/en/stable/tutorial/single_cell_model.html
https://neuron.yale.edu/neuron/static/docs/neuronpython/firststeps.html
https://nest-simulator.readthedocs.io/en/nest-2.20.1/auto_examples/one_neuron.html
- After fixing any potential errors for shared libraries (info [1](https://github.com/cdr/code-server/issues/766), [2](https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html, [3](https://serverkurma.com/linux/how-to-install-and-update-gcc-on-centos-7/)))
- We move on to zip the **"$SPACK_ROOT"** and the **~/.spack** folders of the build environment and transfer them to CSCS Object Storage (currently, in the future it will be a shared NFS drive)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment