Project

General

Profile

BilderKnownIssuesGcc730 » History » Version 3

Jonathan Smith, 02/01/2018 05:48 AM

1 1 Jonathan Smith
#  BilderKnownIssuesGcc730
2
3 3 Jonathan Smith
## Trilinos not building issues.
4
5 1 Jonathan Smith
Tried the 7.3.0 toolchain on ivy. Mostly good. Have to be careful not to set F90 and F77 or mpich won't build (tells you to unset F90 during configure), so just have FC set to gfortran. 
6 3 Jonathan Smith
7 2 Jonathan Smith
in build730/trilinos-11.14.3/sercomm/ivy.txcorp.com-trilinos-sercomm-build.txt:
8 1 Jonathan Smith
9 2 Jonathan Smith
~~~
10
11 1 Jonathan Smith
/scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/kernels/src/Kokkos_ArithTraits.hpp:567:12: error: ‘isinf’ was not declared in this scope
12
     return isinf (x);
13
            ^~~~~
14
/scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/kernels/src/Kokkos_ArithTraits.hpp:567:12: note: suggested alternative:
15
In file included from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/teuchos/core/src/Teuchos_ConfigDefs.hpp:86:0,
16
                 from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/core/src/Tpetra_ConfigDefs.hpp:82,
17
                 from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/core/src/Tpetra_CrsGraph_decl.hpp:45,
18
                 from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/core/src/Tpetra_CrsGraph.cpp:44:
19
/scr_ivy/smithjd/contrib730/gcc-7.3.0/include/c++/7.3.0/cmath:612:5: note:   ‘std::isinf’
20
     isinf(_Tp __x)
21
     ^~~~~
22
In file included from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/core/src/kokkos_refactor/Tpetra_KokkosRefactor_DistObject_decl.hpp:52:0,
23
                 from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/core/src/Tpetra_DistObject_decl.hpp:799,
24
                 from /scr_ivy/smithjd/build730/trilinos-11.14.3/sercomm/packages/tpetra/core/src/Tpetra_DistObject.hpp:1,
25
                 from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/core/src/Tpetra_CrsGraph_decl.hpp:48,
26
                 from /scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/core/src/Tpetra_CrsGraph.cpp:44:
27
/scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/kernels/src/Kokkos_ArithTraits.hpp: In static member function ‘static bool Kokkos::Details::ArithTraits<float>::isNan(float)’:
28
/scr_ivy/smithjd/build730/trilinos-11.14.3/packages/tpetra/kernels/src/Kokkos_ArithTraits.hpp:574:12: error: ‘isnan’ was not declared in this scope
29
     return isnan (x);
30
            ^~~~~
31 2 Jonathan Smith
32
~~~
33
34 1 Jonathan Smith
35
Or was this just the build system getting ahead of itself, or forgetting to patch things right?