Page 1 of 1

About restart calculation

Posted: Thu Jan 21, 2016 9:45 am
by zhuimengboy
Hello,

Now I have a new question about restart calculation. As I add an user solver into software, so can anybody give me some ideas about how to output some variables which software do not need to solve it. And this method can adapt to do parallel computing.

Thank you.

Best regards.

Yong Wang

Re: About restart calculation

Posted: Sun Jan 24, 2016 11:53 pm
by Yvan Fournier
Hello,

For low-level access, did you check the cs_user_solver.c examples ? All the cs_restart_* elements are for checkpoint/restart, and work in parallel.

Regards,

Yvan