Dear Developers,
I try to build telemac-mascaret-v8p4r0 with intelmpi of Intel Parallel Studio XE 2019 and Rocky Linux 8.7, but I got some eror of this:
/share/home/zouwei/telemac-mascaret/sources/utils/parallel/declarations_parallel.F(54): error #6219: This variable, used in a specification expression, must be a dummy argument, a COMMON block object, or an object accessible through host or use association. [MPI_MAX_ERROR_STRING]
CHARACTER(LEN=MPI_MAX_ERROR_STRING):: MPI_ERROR_MSG
----------------------^
/share/home/zouwei/telemac-mascaret/sources/utils/parallel/declarations_parallel.F(54): error #6841: An automatic object must not appear in the specification part of a module. [MPI_ERROR_MSG]
CHARACTER(LEN=MPI_MAX_ERROR_STRING):: MPI_ERROR_MSG
----------------------------------------------^
compilation aborted for /share/home/zouwei/telemac-mascaret/sources/utils/parallel/declarations_parallel.F (code 1)
- completed: .../telemac-mascaret/sources/utils/damocles/preval.f
Traceback (most recent call last): ] 1% | 24s
File "/share/home/zouwei/telemac-mascaret/./scripts/python3/compile_telemac.py", line 152, in <module>
main()
File "/share/home/zouwei/telemac-mascaret/./scripts/python3/compile_telemac.py", line 139, in main
compile_cmdf(options.ncsize, modules, options.verbose)
File "/share/home/zouwei/telemac-mascaret/scripts/python3/compilation/compil_tools.py", line 1286, in compile_cmdf
raise TelemacException(\
utils.exceptions.TelemacException:
+> failed: .../telemac-mascaret/sources/utils/parallel/declarations_parallel.F
... The following command failed for the reason in the listing
Where is the problem?
Thanks!