You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for your bug report. Unfortunately, I cannot repeat the compilation error that you mentioned.
Please share the OS, compiler and version number when you hit the error for further analysis.
Let me share mine first:
OS: Ubuntu 20.04.6 LTS 64-bit
Compilers: GCC & GNU Fortran v9.4.0
MUI version: MUI v2.0
Procedure of compilation: By using MUI CMake build files with the CMake parameter "FORTRAN_WRAPPER=ON". No error was shown during compiling.
Test the code: MUI Demo "10-1-1-multiple-interfaces", which contains the "create_and_get_uniface_multi_1d_f()" subroutine, was used as a test for the code and the compilation. The code was run as expected and no error was shown during running.
compiler reported error for
character(kind=c_char,len=*), intent(in) :: interfaces(*)
I made some modification:
For the interface
In
create_and_get_uniface_multi_1d_f
, modifyThe text was updated successfully, but these errors were encountered: