Line | |
---|
1 | -------------------------------------------------------------------------- |
---|
2 | An MPI process has executed an operation involving a call to the |
---|
3 | "fork()" system call to create a child process. Open MPI is currently |
---|
4 | operating in a condition that could result in memory corruption or |
---|
5 | other system errors; your MPI job may hang, crash, or produce silent |
---|
6 | data corruption. The use of fork() (or system() or other calls that |
---|
7 | create child processes) is strongly discouraged. |
---|
8 | |
---|
9 | The process that invoked fork was: |
---|
10 | |
---|
11 | Local host: v1277 (PID 19980) |
---|
12 | MPI_COMM_WORLD rank: 6 |
---|
13 | |
---|
14 | If you are *absolutely sure* that your application will successfully |
---|
15 | and correctly survive a call to fork(), you may disable this warning |
---|
16 | by setting the mpi_warn_on_fork MCA parameter to 0. |
---|
17 | -------------------------------------------------------------------------- |
---|
18 | [v1277:19949] 7 more processes have sent help message help-mpi-runtime.txt / mpi_init:warn-fork |
---|
19 | [v1277:19949] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages |
---|
20 | =>> PBS: job terminated: walltime 61235sec exceeded limit 61200sec |
---|
Note: See
TracBrowser
for help on using the repository browser.