-------------------------------------------------------------------------- An MPI process has executed an operation involving a call to the "fork()" system call to create a child process. Open MPI is currently operating in a condition that could result in memory corruption or other system errors; your MPI job may hang, crash, or produce silent data corruption. The use of fork() (or system() or other calls that create child processes) is strongly discouraged. The process that invoked fork was: Local host: v1243 (PID 31277) MPI_COMM_WORLD rank: 7 If you are *absolutely sure* that your application will successfully and correctly survive a call to fork(), you may disable this warning by setting the mpi_warn_on_fork MCA parameter to 0. -------------------------------------------------------------------------- [v1243:31245] 7 more processes have sent help message help-mpi-runtime.txt / mpi_init:warn-fork [v1243:31245] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages python2.6: posixio.c:248: px_pgin: Assertion `*posp == ((off_t)(-1)) || *posp == lseek(nciop->fd, 0, 1)' failed. [v1243:31271] *** Process received signal *** [v1243:31271] Signal: Aborted (6) [v1243:31271] Signal code: (-6) python2.6: posixio.c:248: px_pgin: Assertion `*posp == ((off_t)(-1)) || *posp == lseek(nciop->fd, 0, 1)' failed. [v1243:31274] *** Process received signal *** [v1243:31274] Signal: Aborted (6) [v1243:31274] Signal code: (-6) python2.6: posixio.c:248: px_pgin: Assertion `*posp == ((off_t)(-1)) || *posp == lseek(nciop->fd, 0, 1)' failed. [v1243:31276] *** Process received signal *** [v1243:31276] Signal: Aborted (6) [v1243:31276] Signal code: (-6) python2.6: posixio.c:248: px_pgin: Assertion `*posp == ((off_t)(-1)) || *posp == lseek(nciop->fd, 0, 1)' failed. -------------------------------------------------------------------------- mpirun noticed that process rank 0 with PID 31270 on node v1243 exited on signal 6 (Aborted). --------------------------------------------------------------------------