Hello together,
I'm trying to test telemac for a very large domain using parallelisation. The domain has in total an amount of 20000000 elements with 10200051 nodes and 400100 nodes on the boundary.
The case worked in scalar mode using only 1 core, as well as for 2,16 and 32 cores in parallel mode. Using 64 nodes it was not possible to start the simulation due to an error message related to the subroutine leclim, responsible to read the boundary file.
The error comes from the module partel, which creates the boundary-files for each subdomain. It seems for me, that partel is not capable to write node ids, which are larger than 7 digits, maybe a result of reaching a defined size of an array? I attached the subboundary file, where the error occours first. In this file at line 6294 the program starts to write ******* instead of numbers and ******* can not be read by leclim of of curse. When i use an even larger domain the same error occurs already when i use 2 or 8 cores parallel.
Does anyone else have observed this error message before or an idea how to work around it? Unfortunately I could not find in the partel source the origin of this problem..
Best regards,
Markus