Hi,
The setup below works (with appropriate changes to it) fine when I use a cli file with only the tidal open boundary described with 5 6 6. I have added the 4 5 5 discharge boundary into the cli file (attached cli file) and made the changes below to the cas file and I receive an MPI ABORT error. I read the forum and the manual as much as I can to no avail. I checked the log files and they don't have any messages, they abruptly end. I also attached the partel_T2DGEO.log which seems to be telling me the boundaries are read correctly.
I should also note that I did not compile with MUMPS - could this be the issue?
Any help would be appreciated. Cheers
relevant part of cas:
BINARY DATABASE 1 FOR TIDE = './DATA/h_tpxo7.2'
BINARY DATABASE 2 FOR TIDE = './DATA/u_tpxo7.2'
ORIGINAL DATE OF TIME = 2020;01;01
ORIGINAL HOUR OF TIME = 0;0;0
COEFFICIENT TO CALIBRATE TIDAL RANGE = 1.0
COEFFICIENT TO CALIBRATE SEA LEVEL = 0.0
/OPTION FOR LIQUID BOUNDARIES = 1
OPTION FOR LIQUID BOUNDARIES = 1;1
PRESCRIBED ELEVATIONS = 0;0 / dummy initiation
LIQUID BOUNDARIES FILE = Q_ramp.bc
OPTION FOR TIDAL BOUNDARY CONDITIONS = 1
OPTION FOR TIDAL BOUNDARY CONDITIONS = 1;0
TIDAL DATA BASE = 2
MINOR CONSTITUENTS INFERENCE = YES
Q_ramp.bc file:
# Ramping Discharge
T Q(1)
s m3/s
0 0
3600 2000
7200 4000
10800 6000
14400 8000
18000 10000
Error message:
*************************************
* END OF MEMORY ORGANIZATION: *
*************************************
INITIALIZING TELEMAC2D FOR
INBIEF (BIEF): NOT A VECTOR MACHINE (ACCORDING TO YOUR DATA)
FONSTR : FRICTION COEFFICIENTS READ IN THE
GEOMETRY FILE
STRCHE (BIEF): NO MODIFICATION OF FRICTION
NUMBER OF LIQUID BOUNDARIES: 2
CORFON (TELEMAC2D): NO MODIFICATION OF BOTTOM
INITIALISATION BASED ON TPXO:
C_ID( 1 ) = m2
C_ID( 2 ) = s2
C_ID( 3 ) = n2
C_ID( 4 ) = k2
C_ID( 5 ) = k1
C_ID( 6 ) = o1
C_ID( 7 ) = p1
C_ID( 8 ) = q1
C_ID( 9 ) = mf
C_ID( 10 ) = mm
C_ID( 11 ) = m4
C_ID( 12 ) = ms4
C_ID( 13 ) = mn4
- ACQUIRING LEVELS
- INTERPOLATING LEVELS
- ACQUIRING VELOCITIES
- INTERPOLATING VELOCITIES
END OF TPXO INITIALISATION
================================================================================
ITERATION 0 TIME: 0.0000 S
TELEMAC2D INITIALIZED
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 3 in communicator MPI_COMM_WORLD
with errorcode 2.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
[Workhorse-Linux:896889] 1 more process has sent help message help-mpi-api.txt / mpi-abort
[Workhorse-Linux:896889] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
Traceback (most recent call last):
File "/home/workhorse/v8p2/scripts/python3/telemac2d.py", line 7, in <module>
main('telemac2d')
File "/home/workhorse/v8p2/scripts/python3/runcode.py", line 271, in main
run_study(cas_file, code_name, options)
File "/home/workhorse/v8p2/scripts/python3/execution/run_cas.py", line 157, in run_study
run_local_cas(my_study, options)
File "/home/workhorse/v8p2/scripts/python3/execution/run_cas.py", line 65, in run_local_cas
my_study.run(options)
File "/home/workhorse/v8p2/scripts/python3/execution/study.py", line 612, in run
self.run_local()
File "/home/workhorse/v8p2/scripts/python3/execution/study.py", line 440, in run_local
run_code(self.run_cmd, self.sortie_file)
File "/home/workhorse/v8p2/scripts/python3/execution/run.py", line 182, in run_code
raise TelemacException('Fail to run\n'+exe)
utils.exceptions.TelemacException: Fail to run
/usr/local/openmpi-4/bin/mpiexec -np 26 /home/workhorse/TestRun_v8p2/t2d_TestRun_Tide_Q_test.cas_2021-01-06-23h47min07s/out_telemac2d
end of one of the log files - they are all similar with no additional information
.......
*************************************
* END OF MEMORY ORGANIZATION: *
*************************************
INITIALIZING TELEMAC2D FOR
INBIEF (BIEF): NOT A VECTOR MACHINE (ACCORDING TO YOUR DATA)
FONSTR : FRICTION COEFFICIENTS READ IN THE
GEOMETRY FILE
STRCHE (BIEF): NO MODIFICATION OF FRICTION
NUMBER OF LIQUID BOUNDARIES: 2
CORFON (TELEMAC2D): NO MODIFICATION OF BOTTOM
INITIALISATION BASED ON TPXO:
C_ID( 1 ) = m2
C_ID( 2 ) = s2
C_ID( 3 ) = n2
C_ID( 4 ) = k2
C_ID( 5 ) = k1
C_ID( 6 ) = o1
C_ID( 7 ) = p1
C_ID( 8 ) = q1
C_ID( 9 ) = mf