Re: [firedrake] pytest error in parallel
Oh yes, they are the tests for my slicemodel.
The error seems to be "ImportError: No module named nonlinear_slice", so do you not get this in serial as well?
No, that's the weird thing. I pass all the serial tests but fail the same tests with @pytest.mark.parallel(nprocs=2). I get the same errors on my macbook and Ubuntu computer. Hiroe On 5 April 2016 at 17:27, Andrew McRae <A.T.T.McRae@bath.ac.uk> wrote:
Worth mentioning that this is an error when running tests in Hiroe's repository, not in the Firedrake test suite.
The error seems to be "ImportError: No module named nonlinear_slice", so do you not get this in serial as well?
On 5 April 2016 at 17:03, Hiroe Yamazaki <h.yamazaki@imperial.ac.uk> wrote:
Dear All,
I re-installed firedrake with the install script. After it has been installed, I get the following error when I do a parrallel test with pytest.
E CalledProcessError: Command 'mpiexec -n 2 /home/hyamazak/firedrake/bin/python -c "import test_nonlinear_gw_nh_novort; test_nonlinear_gw_nh_novort.test_total_energy_parallel()"' returned non-zero exit status 1
How can I fix it? The full error message is found here:
https://gist.github.com/anonymous/b87288483d6b1d22543e267c9142c315
All the best, Hiroe
_______________________________________________ firedrake mailing list firedrake@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/firedrake
participants (1)
- 
                
                Hiroe Yamazaki