From 4bba7fd60c85b7c9df914543c279801100e010ed Mon Sep 17 00:00:00 2001 From: Sebastian Spreizer Date: Fri, 15 Nov 2024 11:05:55 +0100 Subject: [PATCH 1/3] Add packages for mpi --- requirements_nest_server.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/requirements_nest_server.txt b/requirements_nest_server.txt index 36f66336f0..3b74f98eca 100644 --- a/requirements_nest_server.txt +++ b/requirements_nest_server.txt @@ -1,12 +1,12 @@ # Required Python packages to run NEST Server. # # This file specifies the required Python packages to run NEST Server. -# It is meant for those who would like to compile NEST or build NEST -# documentation themselves. If you just want to execute NEST, you should -# install NEST directly as described in +# It is meant for those who would like to compile NEST or build NEST +# documentation themselves. If you just want to execute NEST, you should +# install NEST directly as described in # https://www.nest-simulator.org/installation. # -# The listed requirements are used to build the conda environment defined +# The listed requirements are used to build the conda environment defined # in the environment yaml file. If you want to build an environment # yourself, e.g., independent of conda, the requirements from this file # can be installed by @@ -14,7 +14,11 @@ # pip install -r requirements_nest_server.txt Flask -flask-cors +Flask_Cors gunicorn requests RestrictedPython + +# Packages for mpi +# docopt +# mpi4py From 83e8ec1057a8b0132e6ed7944928f9dc17482425 Mon Sep 17 00:00:00 2001 From: Sebastian Spreizer Date: Wed, 11 Dec 2024 14:22:55 +0100 Subject: [PATCH 2/3] Update comments for requirements for NEST Server (+ MPI) --- requirements_nest_server.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/requirements_nest_server.txt b/requirements_nest_server.txt index 3b74f98eca..b236bcb404 100644 --- a/requirements_nest_server.txt +++ b/requirements_nest_server.txt @@ -1,15 +1,12 @@ # Required Python packages to run NEST Server. # -# This file specifies the required Python packages to run NEST Server. -# It is meant for those who would like to compile NEST or build NEST -# documentation themselves. If you just want to execute NEST, you should -# install NEST directly as described in -# https://www.nest-simulator.org/installation. +# This file specifies the required Python packages to run NEST Server. It is meant for those who would like to compile +# NEST or build NEST documentation themselves. If you just want to execute NEST, you should install NEST directly as +# described in https://www.nest-simulator.org/installation. # -# The listed requirements are used to build the conda environment defined -# in the environment yaml file. If you want to build an environment -# yourself, e.g., independent of conda, the requirements from this file -# can be installed by +# The listed requirements are used to build the conda environment defined in the environment yaml file. If you want to +# run nest-server with mpi, please uncomment to install required packages. If you want to build an environment yourself, +# e.g., independent of conda, the requirements from this file can be installed by # # pip install -r requirements_nest_server.txt @@ -19,6 +16,6 @@ gunicorn requests RestrictedPython -# Packages for mpi +# Uncomment next lines of packages for mpi: # docopt # mpi4py From d994ac6f428bd42c1b438cb24c590140384cb10e Mon Sep 17 00:00:00 2001 From: Sebastian Spreizer Date: Thu, 12 Dec 2024 17:34:44 +0100 Subject: [PATCH 3/3] Update reqs --- requirements_nest_server.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/requirements_nest_server.txt b/requirements_nest_server.txt index b236bcb404..6ad40632db 100644 --- a/requirements_nest_server.txt +++ b/requirements_nest_server.txt @@ -1,12 +1,15 @@ # Required Python packages to run NEST Server. # -# This file specifies the required Python packages to run NEST Server. It is meant for those who would like to compile -# NEST or build NEST documentation themselves. If you just want to execute NEST, you should install NEST directly as -# described in https://www.nest-simulator.org/installation. +# This file specifies the required Python packages to run NEST Server. It is +# meant for those who would like to compile NEST or build NEST documentation +# themselves. If you just want to execute NEST, you should install NEST +# directly as described in https://www.nest-simulator.org/installation. # -# The listed requirements are used to build the conda environment defined in the environment yaml file. If you want to -# run nest-server with mpi, please uncomment to install required packages. If you want to build an environment yourself, -# e.g., independent of conda, the requirements from this file can be installed by +# The listed requirements are used to build the conda environment defined in +# the environment yaml file. If you want to run nest-server with mpi, please +# uncomment to install required packages. If you want to build an environment +# yourself, e.g., independent of conda, the requirements from this file can be +# installed by # # pip install -r requirements_nest_server.txt