You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if -mpi flag is included in the configure file used with --read-config, it is still needed to be added in the command executing CoreNeuron.
This is due to the fact that -mpi flag is checked if exists in the arguments of the executable.
If it is not provided, there simulation fails with Segmentation Faults
Even if
-mpiflag is included in the configure file used with--read-config, it is still needed to be added in the command executingCoreNeuron.This is due to the fact that
-mpiflag is checked if exists in the arguments of the executable.If it is not provided, there simulation fails with
Segmentation Faults