Open chenziao opened 3 years ago
https://github.com/chenziao/Stylized-Cell-Inference/blob/c6234526e4349cf221729c927a87ec1a642a209c/stylized_module/base/active_model_synapse_input.py#L235
Could do cell_ids = range(MPI_rank,self.ncell,MPI_size) for i in cell_ids: ......
Then cell_ids can be save directly into a file for ids.
Why would we do this again?
https://github.com/chenziao/Stylized-Cell-Inference/blob/c6234526e4349cf221729c927a87ec1a642a209c/stylized_module/base/active_model_synapse_input.py#L235
Could do cell_ids = range(MPI_rank,self.ncell,MPI_size) for i in cell_ids: ......
Then cell_ids can be save directly into a file for ids.