Dear Josiah,
when I run ‘make check’ on a Ubuntu 14.04 system, I get this output:
fangohr@xubu1404:~/nmag-0.2.1$ make check
(cd nsim/tests/config && ../../bin/nsim --nolog setup.py)
nsim:2014-07-17 21:40:50,461 setup.py 471 INFO Nsim 0.2.1
nsim:2014-07-17 21:40:50,461 setup.py 472 INFO Runid is 'setup'
nsim:2014-07-17 21:40:50,462 setup.py 473 INFO Using 1 CPUs
Test root path: /home/fangohr/nmag-0.2.1/nsim/tests
Nsim root path: /home/fangohr/nmag-0.2.1/nsim
Nsim bin path: /home/fangohr/nmag-0.2.1/nsim/bin
Nsim dist mode: all-source
[…]
_________________________ reasons for skipped tests ___________________________
Skipped in /home/fangohr/nmag-0.2.1/lib/python2.7/site-packages/py/test/collect.py:184
reason: Skipped: "test not selected by keyword '-test_slow -test_mpi -test_hlib'"
============ tests finished: 56 passed, 16 skipped in 25.24 seconds ============
and
$> make checkslow
shows
============ tests finished: 6 passed, 66 skipped in 49.05 seconds =============
make[1]: Leaving directory `/home/fangohr/nmag-0.2.1/nsim/tests'
So you are right to say that something isn’t quite right with your installation.
From the error output you have sent around, it looks like writing and reading data from disk is a problem, in particular hdf5 reports issues, and some confusion about zlib is reported.
This may be the problem reported at
http://nmag.soton.ac.uk/nmag/0.2/install/install_a.html#i-get-an-hdf5-diag-error-message-when-trying-to-run-an-example
You could try to follow the fix suggested there.
What linux distribution is this if I may ask?
Thanks,
Hans
<error.txt>