I got this warning message when running paralllel HOP, which I guess was there before but never noticed before because it's close to the top (usually looking at the bottom of the logs).  I was wondering if there's anything I need to worry about?<div>
<br></div><div><div>--------------------------------------------------------------------------</div><div>An MPI process has executed an operation involving a call to the</div><div>"fork()" system call to create a child process.  Open MPI is currently</div>
<div>operating in a condition that could result in memory corruption or</div><div>other system errors; your MPI job may hang, crash, or produce silent</div><div>data corruption.  The use of fork() (or system() or other calls that</div>
<div>create child processes) is strongly discouraged.</div><div><br></div><div>The process that invoked fork was:</div><div><br></div><div>  Local host:          lens51 (PID 6818)</div><div>  MPI_COMM_WORLD rank: 323</div>
<div><br></div><div>If you are *absolutely sure* that your application will successfully</div><div>and correctly survive a call to fork(), you may disable this warning</div><div>by setting the mpi_warn_on_fork MCA parameter to 0.</div>
<div>--------------------------------------------------------------------------</div><div>[lens6:19012] 447 more processes have sent help message help-mpi-runtime.txt / mpi_init:warn-fork</div><div>[lens6:19012] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages</div>
<div>[lens6:19012] 32 more processes have sent help message help-mpi-runtime.txt / mpi_init:warn-fork</div><div>[lens6:19012] 32 more processes have sent help message help-mpi-runtime.txt / mpi_init:warn-fork</div></div><div>
<br></div><div>From</div><div>G.S.</div>