This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
library:computing:xios_impi_troubles [2025/11/25 19:42] 84.88.52.107 old revision restored (2025/11/08 08:27) |
library:computing:xios_impi_troubles [2025/11/28 21:20] (current) 84.88.52.107 old revision restored (2025/05/27 18:58) |
||
|---|---|---|---|
| Line 70: | Line 70: | ||
| ===== NEMO-XIOS @ MN4 ===== | ===== NEMO-XIOS @ MN4 ===== | ||
| - | ==== Issue 1: ==== | + | ==== Issue 1: NEMO fails to read input files ==== |
| **Environment: | **Environment: | ||
| Line 126: | Line 126: | ||
| </ | </ | ||
| - | **Actions taken: | + | **Actions taken: |
| - | **Diagnosis: | + | After looking for differences between NetCDF 4.4.0 and NetCDF 4.2 configurations (using nc-config & nf-config commands), we found out that while NetCDF 4.4.0 was compiled with no support for nc4 nor P-NetCDF (a library that gives parallel I/O support for classic NetCDF files), NetCDF 4.2 was installed with support for these features. We commented this to Ops and they installed __NetCDF without linking to P-NetCDF__, and this seemed to fix the problem. |
| + | |||
| + | In order to know more about the source of this bug, we __compared the behavior of two NEMO executables__: | ||
| + | |||
| + | We did a __comparison of the functions included in both binaries__ through the nm command, and we found that __they were identical__. Then we did a __more in deep comparison of both binaries__ with objdump and we found out little differences, | ||
| + | |||
| + | **Diagnosis: | ||
| - | **Solution: | + | **Solution: |
| **More information: | **More information: | ||
| Line 138: | Line 144: | ||
| [[https:// | [[https:// | ||
| - | ==== Issue 2: ==== | + | ==== Issue 2: XIOS crashes when writing model output |
| **Environment: | **Environment: | ||
| Line 196: | Line 202: | ||
| **Solution: | **Solution: | ||
| - | ==== Issue 3: ==== | + | ==== Issue 3: MPI kills XIOS when writing model output |
| - | **Environment: | + | **Environment: |
| - | **Problem:** | + | |
| + | | ||
| + | | ||
| + | | ||
| + | * Flags: -O0 | ||
| - | **Actions taken:** | + | **Problem:** The model crashes at one of the steps it is supposed to write an output file, getting what it seems it is an MPI problem. The step of the crash is not always the same, and it can write output files in previous timesteps. |
| - | **Diagnosis:** | + | __ocean.output__: The ocean.output file presents no anomalies. |
| - | **Solution: | ||
| + | __log.err__: | ||
| + | |||
| + | < | ||
| + | s11r1b56.58976Assertion failure at / | ||
| + | forrtl: error (76): Abort trap signal | ||
| + | Image PC Routine | ||
| + | nemo.exe | ||
| + | libpthread-2.22.s | ||
| + | libc-2.22.so | ||
| + | libc-2.22.so | ||
| + | libpsm2.so.2.1 | ||
| + | libpsm2.so.2.1 | ||
| + | libpsm2.so.2.1 | ||
| + | libpsm2.so.2.1 | ||
| + | libpsm2.so.2.1 | ||
| + | libpsm2.so.2.1 | ||
| + | libpsm2.so.2.1 | ||
| + | libtmip_psm2.so.1 | ||
| + | libmpi.so.12.0 | ||
| + | libmpi.so.12.0 | ||
| + | libmpi.so.12 | ||
| + | libmpi.so.12 | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | nemo.exe | ||
| + | libc-2.22.so | ||
| + | nemo.exe | ||
| + | </ | ||
| + | |||
| + | |||
| + | **Actions taken:** A similar error was observed with NEMO standalone v3.6r6499. In that case, Ops told us to use the //fabric// module, which selects //ofi// as internode fabrics, similarly to the solution used in MN3 (see above). Using this module solved the problem for NEMO standalone, although it had the collateral effect that jobs were never ending. In coupled EC-Earth this module produced a dead lock, commented below. | ||
| + | |||
| + | We tried an alternative solution, which was to increment the number of XIOS servers in order to reduce the number of messages sent to the same process and by the moment it seems that it is effective. | ||
| + | |||
| + | **Diagnosis: | ||
| + | |||
| + | **Solution: | ||
| + | |||
| + | About Intel Communication Fabrics control: | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | Ips_proto.c source code: | ||
| + | |||
| + | [[https:// | ||
| ==== Issue 4: ==== | ==== Issue 4: ==== | ||
| - | **Environment: | + | **Environment: |
| + | |||
| + | * Compiler: Intel 2017.4 | ||
| + | * MPI: Intel 2017.3.196 | ||
| + | * NetCDF: 4.4.0 | ||
| + | * HDF5: 1.8.19 | ||
| + | * Flags: -O0 & -O3 | ||
| - | **Problem: | + | **Problem: |
| **Actions taken:** | **Actions taken:** | ||