Dear all,
Hi. I'm compiling the latest version of the code with ifort and MPI on a Xeon Phi 7210. I got this error: "ERROR! compile settings: -DDUST currently not compatible with magnetic fields (-DMHD)"
at the beggining though it compiles further until it reaches a couple of errors more and got stuck without aborting.
The errors are:
----------------------------------------------------------
--> TESTING READ/WRITE from dump file
--------> TIME = 20.00 : full dump written to file test.dump <--------
External field found, Bext = 124.000000000000 125.000000000000 126.000000000000
ERROR reading values to verify conservation laws. Resetting initial values.
ERROR reading grain size/density from file header
3 allocated 1.799 MB
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
thread 3 reading particles 1: 1001, from block 4 lims= 1- 1001
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
.
.
.
----------------------------------------------------------
for all the threads, and another error which is:
----------------------------------------------------------
--------> TIME = 20.00 : small dump written to file test.dump <--------
--> checking read_dump
>>> reading setup from file: test.dump on unit 9
ERROR! read_dump: file is not a Phantom full dump
checking read_dump returns is_small_dump error code........OK [got 1978 should be 1978]
----------------------------------------------------------
a few more:
----------------------------------------------------------
ERROR! read_dump: file is not a Phantom full dump
WARNING! block contains no SPH particles, reading 10 point mass particles only
<<< ERROR! end of file reached in data read
....
WARNING! read_dump: error reading arrays from file
ERROR! read_dump: error in array headers
....
ERROR! read_dump: error in array headers
----------------------------------------------------------
It stucks on this:
----------------------------------------------------------
ERROR! read_dump: file is not a Phantom full dump
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
External field found, Bext = 124.000000000000 125.000000000000 126.000000000000
WARNING! block contains no SPH particles, reading 10 point mass particles only
ERROR reading values to verify conservation laws. Resetting initial values.
ERROR reading grain size/density from file header
WARNING! block contains no SPH particles, reading 10 point mass particles only
thread 6 reading particles 1: 1001, from block 7 lims= 1- 1001
WARNING! block contains no SPH particles, reading 10 point mass particles only
7 allocated 1.795 MB
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
WARNING! block contains no SPH particles, reading 10 point mass particles only
thread 7 reading particles 1: 1001, from block 8 lims= 1- 1001
----------------------------------------------------------
Any light on this would be most welcome.
Thank you!
Cheers