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
Please provide a clear and concise description of your question or discussion topic.
Dear,
I try to build GCHP 14.5 with oneapi 23.1, I got the error:
[ 69%] Building Fortran object src/MAPL/generic/CMakeFiles/MAPL.generic.dir/BaseComponent.F90.o
/share/home/mxh/GCHP/src/MAPL/generic/BaseComponent.F90(17): error #6618: The INTERFACE/CONTAINS stack is full. This means that modules are being 'used' in a circular way.
contains
^
/share/home/mxh/GCHP/src/MAPL/generic/AbstractFrameworkComponent.F90(27): error #6618: The INTERFACE/CONTAINS stack is full. This means that modules are being 'used' in a circular way.
end function i_AddChildComponent
^
compilation aborted for /share/home/mxh/GCHP/src/MAPL/generic/BaseComponent.F90 (code 1)
compilation aborted for /share/home/mxh/GCHP/src/MAPL/generic/AbstractFrameworkComponent.F90 (code 1)
make[2]: *** [src/MAPL/generic/CMakeFiles/MAPL.generic.dir/build.make:166: src/MAPL/generic/CMakeFiles/MAPL.generic.dir/BaseComponent.F90.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/MAPL/generic/CMakeFiles/MAPL.generic.dir/build.make:101: src/MAPL/generic/CMakeFiles/MAPL.generic.dir/AbstractFrameworkComponent.F90.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:4677: src/MAPL/generic/CMakeFiles/MAPL.generic.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Has anyone seen it before?
Thanks!
The text was updated successfully, but these errors were encountered:
Your name
weasley
Your affiliation
WASEDA
Please provide a clear and concise description of your question or discussion topic.
Dear,
I try to build GCHP 14.5 with oneapi 23.1, I got the error:
[ 69%] Building Fortran object src/MAPL/generic/CMakeFiles/MAPL.generic.dir/BaseComponent.F90.o
/share/home/mxh/GCHP/src/MAPL/generic/BaseComponent.F90(17): error #6618: The INTERFACE/CONTAINS stack is full. This means that modules are being 'used' in a circular way.
contains
^
/share/home/mxh/GCHP/src/MAPL/generic/AbstractFrameworkComponent.F90(27): error #6618: The INTERFACE/CONTAINS stack is full. This means that modules are being 'used' in a circular way.
end function i_AddChildComponent
^
compilation aborted for /share/home/mxh/GCHP/src/MAPL/generic/BaseComponent.F90 (code 1)
compilation aborted for /share/home/mxh/GCHP/src/MAPL/generic/AbstractFrameworkComponent.F90 (code 1)
make[2]: *** [src/MAPL/generic/CMakeFiles/MAPL.generic.dir/build.make:166: src/MAPL/generic/CMakeFiles/MAPL.generic.dir/BaseComponent.F90.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/MAPL/generic/CMakeFiles/MAPL.generic.dir/build.make:101: src/MAPL/generic/CMakeFiles/MAPL.generic.dir/AbstractFrameworkComponent.F90.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:4677: src/MAPL/generic/CMakeFiles/MAPL.generic.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Has anyone seen it before?
Thanks!
The text was updated successfully, but these errors were encountered: