Hi,
When running mpirun -np 2 (or higher) mosfit {json_file} -m {model} it crashes. I have mentioned it to Matt in private communication but since the issue still exists I thought to open an issue just in case someone have come across a similar issue. The error I get is:
Traceback (most recent call last):
File "/Users/lydiamakrygianni/opt/miniconda3/lib/python3.8/site-packages/schwimmbad/mpi.py", line 72, in init
self.wait()
File "/Users/lydiamakrygianni/opt/miniconda3/lib/python3.8/site-packages/schwimmbad/mpi.py", line 122, in wait
func, arg = task
ValueError: not enough values to unpack (expected 2, got 1)
application called MPI_Abort(MPI_COMM_WORLD, 0) - process 1
for as many processes with rank>0.
It's been run on various machines and I have also tried the example but it also doesn't work. I use python 3.8.
If anyone got any idea (or can confirm example works for them), it would be quite useful for some very long runs!
Cheers,
Lydia
Hi,
When running mpirun -np 2 (or higher) mosfit {json_file} -m {model} it crashes. I have mentioned it to Matt in private communication but since the issue still exists I thought to open an issue just in case someone have come across a similar issue. The error I get is:
Traceback (most recent call last):
File "/Users/lydiamakrygianni/opt/miniconda3/lib/python3.8/site-packages/schwimmbad/mpi.py", line 72, in init
self.wait()
File "/Users/lydiamakrygianni/opt/miniconda3/lib/python3.8/site-packages/schwimmbad/mpi.py", line 122, in wait
func, arg = task
ValueError: not enough values to unpack (expected 2, got 1)
application called MPI_Abort(MPI_COMM_WORLD, 0) - process 1
for as many processes with rank>0.
It's been run on various machines and I have also tried the example but it also doesn't work. I use python 3.8.
If anyone got any idea (or can confirm example works for them), it would be quite useful for some very long runs!
Cheers,
Lydia