Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors during the compilation #37

Open
amontoison opened this issue Oct 22, 2023 · 1 comment
Open

Errors during the compilation #37

amontoison opened this issue Oct 22, 2023 · 1 comment

Comments

@amontoison
Copy link
Member

[1/2] Compiling Fortran object libcutest.so.p/src_tools_readin.f90.o
FAILED: libcutest.so.p/src_tools_readin.f90.o libcutest.so.p/read_input.mod 
gfortran -Ilibcutest.so.p -I. -I.. -I../include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -O3 -fPIC -Jlibcutest.so.p -o libcutest.so.p/src_tools_readin.f90.o -c ../src/tools/readin.f90
../src/tools/readin.f90:25:25:

   25 |          REAL ( KIND = wp ), PARAMETER, PRIVATE :: zero = 0.0_wp
      |                         1
Error: Symbol ‘wp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:33:25:

   33 |          REAL ( KIND = wp ), INTENT( IN ) :: rdefault
      |                         1
Error: Symbol ‘wp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:34:25:

   34 |          REAL ( KIND = wp ), INTENT( INOUT ) :: r
      |                         1
Error: Symbol ‘wp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:35:25:

   35 |          REAL ( KIND = wp ) :: rtemp
      |                         1
Error: Symbol ‘wp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:74:25:

   74 |          REAL ( KIND = wp ), INTENT( INOUT ) :: r
      |                         1
Error: Symbol ‘wp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:75:25:

   75 |          REAL ( KIND = wp ) :: rtemp
      |                         1
Error: Symbol ‘wp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:72:35:

   72 |          SUBROUTINE OVERIDE_real( r, unit )
      |                                   1
Error: Symbol ‘r’ at (1) has no IMPLICIT type
../src/tools/readin.f90:31:32:

   31 |          SUBROUTINE READ_real( r, rdefault, unit )
      |                                1
Error: Symbol ‘r’ at (1) has no IMPLICIT type
../src/tools/readin.f90:31:42:

   31 |          SUBROUTINE READ_real( r, rdefault, unit )
      |                                          1
Error: Symbol ‘rdefault’ at (1) has no IMPLICIT type
../src/tools/readin.f90:76:41:

   76 |          READ( unit, "( ES10.3 )" ) rtemp
      |                                         1
Error: Symbol ‘rtemp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:77:27:

   77 |          IF ( rtemp >= zero ) r = rtemp
      |                           1
Error: Symbol ‘zero’ at (1) has no IMPLICIT type
../src/tools/readin.f90:36:33:

   36 |          READ( unit, 1000 ) rtemp
      |                                 1
Error: Symbol ‘rtemp’ at (1) has no IMPLICIT type
../src/tools/readin.f90:37:27:

   37 |          IF ( rtemp >= zero ) THEN
      |                           1
Error: Symbol ‘zero’ at (1) has no IMPLICIT type
ninja: build stopped: subcommand failed.
@nimgould
Copy link
Contributor

nimgould commented Oct 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants