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
mod_base_layer.f90 failed.
[ 18%] Compiling...
././src/lib/mod_base_layer.f90(117): error #6118: The interface block containing the separate interface body must not be abstract.
module subroutine initialise(this, input_shape, batch_size, verbose)
-----^
/tmp/ifort9QfSWv.i90(424): catastrophic error: Too many errors, exiting
compilation aborted for ././src/lib/mod_base_layer.f90 (code 1)
<ERROR> Compilation failed for object " src_lib_mod_base_layer.f90.o "
<ERROR> stopping due to failed compilation
STOP 1
With ifx-2023.2:
mod_base_layer.f90 failed.
[ 18%] Compiling...
././src/lib/mod_base_layer.f90(117): error #6118: The interface block containing the separate interface body must not be abstract.
module subroutine initialise(this, input_shape, batch_size, verbose)
-----^
/tmp/ifx15633005958Xufq1/ifxtP3YAF.i90(424): catastrophic error: Too many errors, exiting
compilation aborted for ././src/lib/mod_base_layer.f90 (code 1)
<ERROR> Compilation failed for object " src_lib_mod_base_layer.f90.o "
<ERROR> stopping due to failed compilation
STOP 1
With ifort-2021.10:
With ifx-2023.2:
Part of openjournals/joss-reviews#6492
The text was updated successfully, but these errors were encountered: