[AgelosMo-Desktop:18707] *** Process received signal *** [AgelosMo-Desktop:18707] Signal: Segmentation fault (11) [AgelosMo-Desktop:18707] Signal code: Address not mapped (1) [AgelosMo-Desktop:18707] Failing at address: 0x10 [AgelosMo-Desktop:18707] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890)[0x7f5bae266890] [AgelosMo-Desktop:18707] [ 1] /opt/rocm/hsa/lib/libhsa-ext-image64.so.1(+0x36890)[0x7f5b8e100890] [AgelosMo-Desktop:18707] [ 2] /opt/rocm/hsa/lib/libhsa-runtime64.so.1(+0x1fa49)[0x7f5ba0a2ea49] [AgelosMo-Desktop:18707] [ 3] /opt/rocm/hsa/lib/libhsa-runtime64.so.1(+0x343d8)[0x7f5ba0a433d8] [AgelosMo-Desktop:18707] [ 4] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(+0x14ccfd)[0x7f5ba0e18cfd] [AgelosMo-Desktop:18707] [ 5] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(+0x14d69a)[0x7f5ba0e1969a] [AgelosMo-Desktop:18707] [ 6] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(+0x14efd3)[0x7f5ba0e1afd3] [AgelosMo-Desktop:18707] [ 7] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(+0x11783f)[0x7f5ba0de383f] [AgelosMo-Desktop:18707] [ 8] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(+0x112986)[0x7f5ba0dde986] [AgelosMo-Desktop:18707] [ 9] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(+0xe4f75)[0x7f5ba0db0f75] [AgelosMo-Desktop:18707] [10] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(+0x262179)[0x7f5ba0f2e179] [AgelosMo-Desktop:18707] [11] /opt/rocm/opencl/lib/x86_64/libamdocl64.so(clIcdGetPlatformIDsKHR+0xcc)[0x7f5ba0db10ac] [AgelosMo-Desktop:18707] [12] /opt/rocm/opencl/lib/x86_64/libOpenCL.so.1(+0x33c5)[0x7f5bae8f23c5] [AgelosMo-Desktop:18707] [13] /opt/rocm/opencl/lib/x86_64/libOpenCL.so.1(+0x518f)[0x7f5bae8f418f] [AgelosMo-Desktop:18707] [14] /lib/x86_64-linux-gnu/libpthread.so.0(+0xf827)[0x7f5bae263827] [AgelosMo-Desktop:18707] [15] /opt/rocm/opencl/lib/x86_64/libOpenCL.so.1(clGetPlatformIDs+0x11)[0x7f5bae8f28f1] [AgelosMo-Desktop:18707] [16] /usr/lib/x86_64-linux-gnu/hwloc/hwloc_opencl.so(+0x12a0)[0x7f5bac7442a0] [AgelosMo-Desktop:18707] [17] /usr/lib/x86_64-linux-gnu/libhwloc.so.5(hwloc_backends_notify_new_object+0x41)[0x7f5bad9857b1] [AgelosMo-Desktop:18707] [18] /usr/lib/x86_64-linux-gnu/libhwloc.so.5(+0x15eec)[0x7f5bad989eec] [AgelosMo-Desktop:18707] [19] /usr/lib/x86_64-linux-gnu/libhwloc.so.5(hwloc_insert_pci_device_list+0x89)[0x7f5bad989fb9] [AgelosMo-Desktop:18707] [20] /usr/lib/x86_64-linux-gnu/hwloc/hwloc_pci.so(+0x1a37)[0x7f5babf2ea37] [AgelosMo-Desktop:18707] [21] /usr/lib/x86_64-linux-gnu/libhwloc.so.5(hwloc_topology_load+0x25c)[0x7f5bad97f7dc] [AgelosMo-Desktop:18707] [22] /usr/lib/x86_64-linux-gnu/libopen-pal.so.20(opal_hwloc_base_get_topology+0xee)[0x7f5badc26dde] [AgelosMo-Desktop:18707] [23] /usr/lib/x86_64-linux-gnu/openmpi/lib/openmpi/mca_ess_hnp.so(+0x53e5)[0x7f5bac1363e5] [AgelosMo-Desktop:18707] [24] /usr/lib/x86_64-linux-gnu/libopen-rte.so.20(orte_init+0x22e)[0x7f5bae4871de] [AgelosMo-Desktop:18707] [25] /usr/lib/x86_64-linux-gnu/libopen-rte.so.20(orte_daemon+0x291)[0x7f5bae4a59a1] [AgelosMo-Desktop:18707] [26] orted(+0x89a)[0x5646362f289a] [AgelosMo-Desktop:18707] [27] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f5bade84b97] [AgelosMo-Desktop:18707] [28] orted(+0x8fa)[0x5646362f28fa] [AgelosMo-Desktop:18707] *** End of error message *** [AgelosMo-Desktop:18706] [[INVALID],INVALID] ORTE_ERROR_LOG: Unable to start a daemon on the local node in file ess_singleton_module.c at line 582 [AgelosMo-Desktop:18706] [[INVALID],INVALID] ORTE_ERROR_LOG: Unable to start a daemon on the local node in file ess_singleton_module.c at line 166 -------------------------------------------------------------------------- It looks like orte_init failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during orte_init; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): orte_ess_init failed --> Returned value Unable to start a daemon on the local node (-127) instead of ORTE_SUCCESS -------------------------------------------------------------------------- -------------------------------------------------------------------------- It looks like MPI_INIT failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during MPI_INIT; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): ompi_mpi_init: ompi_rte_init failed --> Returned "Unable to start a daemon on the local node" (-127) instead of "Success" (0) -------------------------------------------------------------------------- *** An error occurred in MPI_Init *** on a NULL communicator *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort, *** and potentially your MPI job) [AgelosMo-Desktop:18706] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!