After several attempts, I’ve confirmed that the issue is not related to white spaces in the model folder. For reference, my TELEMAC is installed in C:\telemac (a path without spaces) using the V8P4 installer.
However, I’m now encountering a puzzling error. Here’s what I’ve observed:
- The model always runs successfully with a single processor (i.e., no partitioning). I understand it still uses the mpiexe command.
- It fails intermittently when using PARALLEL PROCESSORS = 2 or more. Sometimes it runs fine, but often it does not.
- When it fails, changing the number of processors may occasionally allow it to run, but in most cases, it still fails.
I suspect this might be related to MS MPI — possibly due to different ranks not correctly accessing their expected input files. Could this be a file synchronization issue across MPI processes?