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 with slls examples #49

Closed
amontoison opened this issue Jan 10, 2023 · 3 comments
Closed

Errors with slls examples #49

amontoison opened this issue Jan 10, 2023 · 3 comments

Comments

@amontoison
Copy link
Member

[605/625] Compiling Fortran object sllss4.p/src_slls_sllss4.f90.o
FAILED: sllss4.p/src_slls_sllss4.f90.o 
gfortran -Isllss4.p -I. -I.. -Ilibgalahad_double.so.p -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -g -Jsllss4.p -o sllss4.p/src_slls_sllss4.f90.o -c ../src/slls/sllss4.f90
../src/slls/sllss4.f90:98:22:

   98 |    control_x%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
../src/slls/sllss4.f90:104:22:

  104 |    control_y%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
[606/625] Compiling Fortran object sllss6.p/src_slls_sllss6.f90.o
FAILED: sllss6.p/src_slls_sllss6.f90.o 
gfortran -Isllss6.p -I. -I.. -Ilibgalahad_double.so.p -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -g -Jsllss6.p -o sllss6.p/src_slls_sllss6.f90.o -c ../src/slls/sllss6.f90
../src/slls/sllss6.f90:136:22:

  136 |    control_u%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
../src/slls/sllss6.f90:146:22:

  146 |    control_v%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
../src/slls/sllss6.f90:156:22:

  156 |    control_x%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
../src/slls/sllss6.f90:166:22:

  166 |    control_y%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
[607/625] Compiling Fortran object sllss5.p/src_slls_sllss5.f90.o
FAILED: sllss5.p/src_slls_sllss5.f90.o 
gfortran -Isllss5.p -I. -I.. -Ilibgalahad_double.so.p -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -g -Jsllss5.p -o sllss5.p/src_slls_sllss5.f90.o -c ../src/slls/sllss5.f90
../src/slls/sllss5.f90:79:22:

   79 |    control_r%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
@nimgould
Copy link
Contributor

Fixed

@amontoison
Copy link
Member Author

The example sllss7 also has the same problem:

[449/571] Compiling Fortran object sllss7.p/src_slls_sllss7.f90.o
FAILED: sllss7.p/src_slls_sllss7.f90.o 
gfortran -Isllss7.p -I. -I.. -Ilibgalahad_double.so.p -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -g -Jsllss7.p -o sllss7.p/src_slls_sllss7.f90.o -c ../src/slls/sllss7.f90
../src/slls/sllss7.f90:317:22:

  317 |    control_l%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
../src/slls/sllss7.f90:328:22:

  328 |    control_r%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
../src/slls/sllss7.f90:339:22:

  339 |    control_t%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure
../src/slls/sllss7.f90:350:22:

  350 |    control_p%infinity = infinity
      |                      1
Error: ‘infinity’ at (1) is not a member of the ‘slls_control_type’ structure

@nimgould
Copy link
Contributor

Corrected

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