From fcb92ed72e121b6b4768f5a0ae0dc9c810e4f6d2 Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Tue, 1 Jun 2021 15:14:38 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8987ff18..b0336caa 100644 --- a/README.md +++ b/README.md @@ -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) -- GitLab