Jari Pronold

Results 21 comments of Jari Pronold

Hi @steffengraber, thanks for starting this! If I understand the cmake line correctly then the default is still ON although it states that it is OFF. Also the default optimization...

Hi jiaduxie, could you provide a little bit more details about the problems you are running in? The Readme.md of this repository has already some points on how to set...

I am only aware of a conda version of NEST which does not have MPI support. But maybe it exists. To check whether your NEST version supports MPI and OpenMP,...

It seems alright. Have you installed the packages from requirements.txt? Have you tired running a simulation?

I have no experience with hostfiles, but it looks reasonable to me. Have you adjusted `num_processes` and `local_num_threads` in the sim_dict? Have you tried running it? Did it work? The...

The model consumes approximately 1 TB of memory. So with two servers each server would need to provide 500 GB.

Hi, we do not set up the systems ourselves. We use for example [JURECA](https://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/JURECA/Configuration/Configuration_node.html;jsessionid=CFDE4F71D765DBFAA75C7C4B033F3A41) from the Forschungszentrum Juelich It has everything we need already installed. What kind of system are...

This is weird. Have you adjusted the `num_processes` or `local_num_threads` variable in the `sim_params` dictionary? An example of how to do this is shown in the `run_example_fullscale.py` file. In your...

This is difficult for me to debug. On my machine I can run this without running into errors. It works with the conda installed nest (`conda create --name nest_conda -c...

It is not necessary to install SLURM. But I have most experience with it as all clusters I have used so far had SLURM installed. Installing a resource manager is...