How use restart function?

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Sylvain Boutot

How use restart function?

Post by Sylvain Boutot »

Hi
I have one error which say : Error opening file "suiamo"
I don't know where is this file.
In user guide p.113 :
" As with all restart files, its “format” (currentor version 1.3) is automatically determined by the code. useful if and only if isuite = 1 "
 
Thank
David Monfort

Re: How use restart function?

Post by David Monfort »

Hi,
To restart a calculation from a previous checkpoint, you need to provide the code with these files (suiamo, suiamx for the main ones). Two options exist:
- use the graphical interface, click on the restart button in the start/restart page and choose the right directory (with the previous checkpoint files) - make a symbolic link from the checkpoint directory in the DATA directory like this: cd DATA && ln -s ../RESU/RESTART.$DATE
Post Reply