<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Hi Alexandre,<br><br>I don't know if this is possible or not with Catalyst, hopefully somebody else comes along to answer that. <br><br>But, we did this in our code using signal handling and POSIX signals (see http://man7.org/linux/man-pages/man7/signal.7.html). We define 3 behaviors in our code -- reload the input file and change simulation behavior accordingly; create a restart file at the next available chance and keep running; create a restart file and exit immediately. We use SIGUSR1 and SIGUSR2 for the first two options and then we use SIGTERM for the last behavior. This is helpful because most queue systems on HPC clusters will send SIGTERM 60 seconds before your wall-time is about to run out, so catching that signal and using it to write a restart file and exit means we always get our data right before our job runs out of time.<br><br>Signals can be sent locally using `kill` or can be sent through PBS using `qsig`. It works quite nicely.<br><br>Tim<br><br><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Alexandre Ancel" <alexandre.ancel@cemosis.fr><br><b>To: </b>"paraview" <paraview@paraview.org><br><b>Sent: </b>Wednesday, December 2, 2015 11:47:59 AM<br><b>Subject: </b>[Paraview] Catalyst: simulation steering during In-Situ        visualization<br><br><div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><span class=""><span></span></span>Hello,<br></div><span class=""><span><br></span></span></div><span class=""><span>We are currently using Catalyst for In-Situ visualization in the context of our finite element library and it is working very well.<br><br></span></span></div><span class=""><span>We would like to implement simulation steering while using Catalyst.<br></span></span></div><span class=""><span>The idea would consist in having a ParaView plugin that we load in the ParaView client. Within the code of this plugin, we would like to send data to the simulation code to modify its behavior.<br><br></span></span></div><span class=""><span>First question: Is it possible to do so ? <br></span></span></div><span class=""><span>Then, How would the whole process be run ?<br></span></span></div><span class=""><span>The ideal scenario would be the following:<br></span></span></div><span class=""><span>- Launch ParaView & connect to the distant pverver</span></span><span class=""><span> & enable Catalyst<br></span></span></div></div><span class=""><span>- Load the plugin in ParaView<br></span></span></div><span class=""><span>- Launch the simulation<br></span></span></div><span class=""><span>- Receive data until timestep N then stop the simulation<br></span></span></div><span class=""><span>- Send data to the simulation through the loaded plugin<br clear="all"></span></span><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>- Continue with the simulation<br></div><div>Would it be possible to do so ? If yes, could you give me keypoints about how to do this ?<br><br></div><div>Thanks in advance for your answers,<br><br></div><div>Best regards,<br></div><div>Alexandre Ancel<br></div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><font color="#888888"><div dir="ltr"><font face="courier new, monospace">Alexandre Ancel <br>Docteur, IngĂ©nieur de recherche / Phd, Research Engineer<br></font><div>
<font face="courier new, monospace"><a href="http://www.cemosis.fr" target="_blank">Ce<font color="#888888">mosis</font></a> - <a href="mailto:alexandre.ancel@cemosis.fr" target="_blank">alexandre.ancel@cemosis.fr</a></font></div><div><font face="courier new, monospace">Tel: +33 (0)3 68 8</font><span><font color="#888888"><font face="courier new, monospace"><b>5 02 06</b></font></font></span></div>
<div><font face="courier new, monospace">IRMA - 7, rue RenĂ© Descartes</font></div><div><font face="courier new, monospace">67 000 Strasbourg, France<br></font></div></div></font></span></div></div></div></div>
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br>_______________________________________________<br>Powered by www.kitware.com<br><br>Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html<br><br>Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView<br><br>Search the list archives at: http://markmail.org/search/?q=ParaView<br><br>Follow this link to subscribe/unsubscribe:<br>http://public.kitware.com/mailman/listinfo/paraview<br></div><br></div></body></html>