read_dump field error

Hi,

I’m trying use the read_dump command. I dump using:

dump ic all custom 250000 ic.vel.mpiio vx vy vz

and read using

read_dump ic.vel.mpiio 250000 vx vy vz replace yes

which gives

ERROR on proc 13: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 14: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 15: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 16: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 17: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 18: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 19: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 0: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 1: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 2: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 3: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 4: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 5: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 6: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 7: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 8: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 9: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 10: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 11: Read_dump field not found in dump file (…/read_dump.cpp:371)
ERROR on proc 12: Read_dump field not found in dump file (…/read_dump.cpp:371)

I tried looking in the source code, but I couldn’t determine what I’m supposed to do with “fieldflag”.

Thanks,

Atom IDs have to be in a dump file.

Michal