Starting simulation. . .
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[apples-MacBook-Pro-3.local:16815] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[apples-MacBook-Pro-3.local:16816] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[apples-MacBook-Pro-3.local:16813] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
[apples-MacBook-Pro-3.local:16814] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
--------------------------------------------------------------------------
mpiexec noticed that the job aborted, but has no info as to the process
that caused that situation.
--------------------------------------------------------------------------
WARN: could not read simulation outputs: dict_values(['/Users/mostafazakariakhalil/hnn/data/default/dpl.txt', '/Users/mostafazakariakhalil/hnn/data/default/rawspec.npz', '/Users/mostafazakariakhalil/hnn/data/default/spk.txt', '/Users/mostafazakariakhalil/hnn/data/default/param.txt'])
Thank you,
Mostafa & Sido
--
You received this message because you are subscribed to the Google Groups "HNNSolver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hnnsolver+unsubscribe@googlegroups.com.
To post to this group, send email to hnns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hnnsolver/c61ddd06-b532-4f85-bc28-1847e9e59e21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--------------------------------------------------------------------------
mpiexec noticed that the job aborted, but has no info as to the process
that caused that situation.
--------------------------------------------------------------------------
WARN: could not read simulation outputs: dict_values(['/sidseed/hnn/data/default/dpl.txt', '/Users/sidseed/hnn/data/default/rawspec.npz', '/Users/sidseed/hnn/data/default/spk.txt', '/Users/sidseed/hnn/data/default/param.txt'])
I also noticed a message in the simulation log (the simulation log window was disappearing fast so I could only screen capture it).
cd ~/Downloads/openmpi-1.10.7
mkdir build
cd build
# You can use --prefix=/usr/local to put it there, but I prefer to put it in /opt/openmpi
../configure --prefix=/opt/openmpi --with-devel-headers --enable-binaries
make
sudo make install
export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}:/opt/openmpi/lib
export PATH=${PATH}:/opt/openmpi/bin
git clone https://github.com/mpi4py/mpi4py.git ./mpi4py.git
cd mpi4py.git
python setup.py build --mpicc=/opt/openmpi/bin/mpicc
python setup.py install
export NRN_PYLIB="/Applications/anaconda3/bin/../lib//libpython3.6m.dylib" instead of export NRN_PYLIB="/Applications/anaconda/bin/../lib//libpython3.6m.dylib" Since we're using Python 3.6 version (Anaconda distribution).
Loaded data in /Users/sidseed/TryHnn/hnn/data/MEG_detection_data/yes_trial_S1_ERP_all_avg.txt
RMSE: 42.2957913668
Avg. RMSE:42.3
simdat ERR: could not plotextdat
To unsubscribe from this group and stop receiving emails from it, send an email to hnnsolver+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hnnsolver+unsubscribe@googlegroups.com.
To post to this group, send email to hnns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hnnsolver/fcd5388f-ad74-4657-a012-8808c2d323b6%40googlegroups.com.
Sid:
Hey Sam,It's working with me also, Thank you.Just i cannot load the data on novel screen as in ERP tutorial step-1 (load/view data),
I think this might not be a problem currently while going through tutorials as i can run the simulation then load the experimental data,However later on when we start to load novel data then craft a simulation it might become a problem,Check it out please and let me know if i am missing something,
Sorry for posting in weekend but it is working day in Qatar :)
To unsubscribe from this group and stop receiving emails from it, send an email to hnnsolver+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hnnsolver/29ce65c6-8e96-4e0f-a552-aa119e4854a2%40googlegroups.com.