suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.

Home Page:http://www.netpyne.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with batch and mpi4py

josemendez-villanueva opened this issue · comments

commented

I am running the batch.py file from netpyne/examples/optunaOptim. When I try testing this file out it does not generate the data json files needed for a job to complete. No error messages show up but the jobs completed always displays 'Completed: 0' and defaults to maxFitness. This issue seems to be due to mpi4py being installed. Once mpi4py is uninstalled the data files are generated but then only one job runs at a time.

This file has been ran with python 3.7/3.8 on both Ubuntu/MacOS.

Fixed in scope of be0815b