Dear All, I want to use the .fld directory (includes 12 .fld files as P0000000.fld etc. and one Info.xml file) of an analysis (run with 12 processors) as initial condition to another analysis. I've changed the name of the file from /*Re_1000_v2.fld*/ to /*Re_1000_v2.rst*/ and generated an initlal condition part in my .xml file as follows: /*<FUNCTION NAME="InitialConditions">*//* *//* <F VAR="u" FILE="Re_1000_v2.rst/" />*//* *//* <F VAR="v" FILE="Re_1000_v2.rst/" />*//* *//* <F VAR="w" FILE="Re_1000_v2.rst/" />*//* *//* <F VAR="p" FILE="Re_1000_v2.rst/" />*//* *//* </FUNCTION>*/ but I'm getting segmentation fault as follows: /*mpirun noticed that process rank 1 with PID 98467 on node levrek1.yonetim exited on signal 11 (Segmentation fault)*/ Am I doing something wrong about restarting by using a .fld directory? What is the way of doing this? Regards, Kamil