Hi,
I've installed Telemac and run the Tomawac calais_test with no problems. I have modified the calias_test to run my own Tomawac simulation, based on the Maldives (files attached). I've only changed the geometry file and boundary conditions file from the calais_test files. I have made no other changes to the steering file.
When I run the simulation it fails on iteration 1 with the following:
PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2
job aborted:
[ranks] message
[0] application aborted
aborting MPI_COMM_WORLD (comm=0x44000000), error 2, comm rank 0
---- error analysis
[0] on LS12181
C:\Users\dcoles3\Documents\TELEMAC\maldives\run_case_1\steering.cas_2024-05-15-11h41min01s\out_tomawac.exe aborted the job. abort code 2
---- error analysis
Traceback (most recent call last):
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\tomawac.py", line 7, in <module>
main('tomawac')
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\runcode.py", line 288, in main
run_study(cas_file, code_name, options)
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\run_cas.py", line 169, in run_study
run_local_cas(my_study, options)
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\run_cas.py", line 65, in run_local_cas
my_study.run(options)
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\study.py", line 644, in run
self.run_local()
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\study.py", line 465, in run_local
run_code(self.run_cmd, self.sortie_file)
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\run.py", line 182, in run_code
raise TelemacException('Fail to run\n'+exe)
utils.exceptions.TelemacException: Fail to run
mpiexec -n 1 C:\Users\dcoles3\Documents\TELEMAC\maldives\run_case_1\steering.cas_2024-05-15-11h41min01s\out_tomawac.exe
I've checked that msmpi bin and lib are set to the path, so I'm unsure where to go from here. Any help greatly appreciated.