* installing *source* package ‘crs’ ...
** package ‘crs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/crs/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c RuniqueCombs.c -o RuniqueCombs.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c bspline.c -o bspline.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c gsl_bspline.c -o gsl_bspline.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c snomadr.cpp -o snomadr.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c crs_init.c -o crs_init.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c mgcv.c -o mgcv.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/nomad.cpp -o nomad_src/nomad.o
In file included from ./nomad_src/Direction.hpp:54,
                 from ./nomad_src/Directions.hpp:55,
                 from ./nomad_src/Variable_Group.hpp:54,
                 from ./nomad_src/Signature.hpp:54,
                 from ./nomad_src/Parameters.hpp:59,
                 from ./nomad_src/Eval_Point.hpp:54,
                 from ./nomad_src/Cache_Point.hpp:54,
                 from ./nomad_src/Cache.hpp:63,
                 from ./nomad_src/Barrier.hpp:54,
                 from ./nomad_src/Evaluator_Control.hpp:54,
                 from ./nomad_src/Search.hpp:53,
                 from ./nomad_src/Quad_Model_Evaluator.hpp:54,
                 from ./nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from ./nomad_src/Quad_Model_Search.hpp:55,
                 from ./nomad_src/Mads.hpp:54,
                 from ./nomad_src/nomad.hpp:53,
                 from snomadr.h:51,
                 from snomadr.cpp:32:
./nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
./nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:55,
                 from nomad_src/Mads.hpp:54,
                 from nomad_src/nomad.hpp:53,
                 from nomad_src/nomad.cpp:50:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Algo_Parameters.cpp -o nomad_src/Algo_Parameters.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Barrier.cpp -o nomad_src/Barrier.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Cache.cpp -o nomad_src/Cache.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Barrier.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Cache.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Cache_File_Point.cpp -o nomad_src/Cache_File_Point.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Cache_Point.cpp -o nomad_src/Cache_Point.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_File_Point.cpp:52:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache_Point.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Cache_Search.cpp -o nomad_src/Cache_Search.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Clock.cpp -o nomad_src/Clock.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:55,
                 from nomad_src/Mads.hpp:54,
                 from nomad_src/Cache_Search.hpp:54,
                 from nomad_src/Cache_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Direction.cpp -o nomad_src/Direction.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Directions.cpp -o nomad_src/Directions.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Display.cpp -o nomad_src/Display.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Double.cpp -o nomad_src/Double.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Eval_Point.cpp -o nomad_src/Eval_Point.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Evaluator.cpp -o nomad_src/Evaluator.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Eval_Point.cpp:52:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Evaluator_Control.cpp -o nomad_src/Evaluator_Control.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Evaluator.hpp:55,
                 from nomad_src/Evaluator.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Extended_Poll.cpp -o nomad_src/Extended_Poll.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Evaluator_Control.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:55,
                 from nomad_src/Mads.hpp:54,
                 from nomad_src/Extended_Poll.hpp:54,
                 from nomad_src/Extended_Poll.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/L_Curve.cpp -o nomad_src/L_Curve.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/LH_Search.cpp -o nomad_src/LH_Search.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Mads.cpp -o nomad_src/Mads.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/LH_Search.hpp:54,
                 from nomad_src/LH_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:55,
                 from nomad_src/Mads.hpp:54,
                 from nomad_src/Mads.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/OrthogonalMesh.cpp -o nomad_src/OrthogonalMesh.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Model_Sorted_Point.cpp -o nomad_src/Model_Sorted_Point.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Model_Stats.cpp -o nomad_src/Model_Stats.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Multi_Obj_Evaluator.cpp -o nomad_src/Multi_Obj_Evaluator.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/NelderMead_Search.cpp -o nomad_src/NelderMead_Search.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Evaluator.hpp:55,
                 from nomad_src/Phase_One_Evaluator.hpp:54,
                 from nomad_src/Multi_Obj_Evaluator.hpp:54,
                 from nomad_src/Multi_Obj_Evaluator.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/NelderMead_Simplex_Eval_Point.cpp -o nomad_src/NelderMead_Simplex_Eval_Point.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:55,
                 from nomad_src/Mads.hpp:54,
                 from nomad_src/NelderMead_Search.hpp:54,
                 from nomad_src/NelderMead_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/NelderMead_Simplex_Eval_Point.hpp:55,
                 from nomad_src/NelderMead_Simplex_Eval_Point.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Parameters.cpp -o nomad_src/Parameters.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Parameters.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
In file included from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Evaluator.hpp:55,
                 from nomad_src/Slave.hpp:54,
                 from nomad_src/Parameters.cpp:52:
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Parameter_Entries.cpp -o nomad_src/Parameter_Entries.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Parameter_Entry.cpp -o nomad_src/Parameter_Entry.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Pareto_Front.cpp -o nomad_src/Pareto_Front.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Evaluator.hpp:55,
                 from nomad_src/Phase_One_Evaluator.hpp:54,
                 from nomad_src/Multi_Obj_Evaluator.hpp:54,
                 from nomad_src/Pareto_Point.hpp:54,
                 from nomad_src/Pareto_Front.hpp:54,
                 from nomad_src/Pareto_Front.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Pareto_Point.cpp -o nomad_src/Pareto_Point.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Phase_One_Evaluator.cpp -o nomad_src/Phase_One_Evaluator.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Evaluator.hpp:55,
                 from nomad_src/Phase_One_Evaluator.hpp:54,
                 from nomad_src/Multi_Obj_Evaluator.hpp:54,
                 from nomad_src/Pareto_Point.hpp:54,
                 from nomad_src/Pareto_Point.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Phase_One_Search.cpp -o nomad_src/Phase_One_Search.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Evaluator.hpp:55,
                 from nomad_src/Phase_One_Evaluator.hpp:54,
                 from nomad_src/Phase_One_Evaluator.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Phase_One_Search.hpp:54,
                 from nomad_src/Phase_One_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Point.cpp -o nomad_src/Point.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Priority_Eval_Point.cpp -o nomad_src/Priority_Eval_Point.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Priority_Eval_Point.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Quad_Model.cpp -o nomad_src/Quad_Model.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Quad_Model.hpp:54,
                 from nomad_src/Quad_Model.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Quad_Model_Evaluator.cpp -o nomad_src/Quad_Model_Evaluator.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Quad_Model_Evaluator.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Quad_Model_Search.cpp -o nomad_src/Quad_Model_Search.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Speculative_Search.hpp:54,
                 from nomad_src/Mads.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:54,
                 from nomad_src/Quad_Model_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Random_Pickup.cpp -o nomad_src/Random_Pickup.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/RNG.cpp -o nomad_src/RNG.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Sgtelib_Model_Evaluator.cpp -o nomad_src/Sgtelib_Model_Evaluator.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Sgtelib_Model_Manager.hpp:36,
                 from nomad_src/Sgtelib_Model_Evaluator.hpp:37,
                 from nomad_src/Sgtelib_Model_Evaluator.cpp:33:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
In file included from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Sgtelib_Model_Manager.hpp:37:
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Sgtelib_Model_Search.cpp -o nomad_src/Sgtelib_Model_Search.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/LH_Search.hpp:54,
                 from nomad_src/Sgtelib_Model_Search.hpp:36,
                 from nomad_src/Sgtelib_Model_Search.cpp:33:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Sgtelib_Model_Manager.cpp -o nomad_src/Sgtelib_Model_Manager.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Signature.cpp -o nomad_src/Signature.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Sgtelib_Model_Manager.hpp:36,
                 from nomad_src/Sgtelib_Model_Manager.cpp:32:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
In file included from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Sgtelib_Model_Manager.hpp:37:
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Slave.cpp -o nomad_src/Slave.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Speculative_Search.cpp -o nomad_src/Speculative_Search.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Priority_Eval_Point.hpp:55,
                 from nomad_src/Evaluator.hpp:55,
                 from nomad_src/Slave.hpp:54,
                 from nomad_src/Slave.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Stats.cpp -o nomad_src/Stats.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/SMesh.cpp -o nomad_src/SMesh.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/TrendMatrix_Line_Search.cpp -o nomad_src/TrendMatrix_Line_Search.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Speculative_Search.hpp:54,
                 from nomad_src/Speculative_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/GMesh.cpp -o nomad_src/GMesh.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/XMesh.cpp -o nomad_src/XMesh.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:55,
                 from nomad_src/Mads.hpp:54,
                 from nomad_src/TrendMatrix_Line_Search.hpp:54,
                 from nomad_src/TrendMatrix_Line_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/utils.cpp -o nomad_src/utils.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/Variable_Group.cpp -o nomad_src/Variable_Group.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c nomad_src/VNS_Search.cpp -o nomad_src/VNS_Search.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/TrainingSet.cpp -o sgtelib_src/TrainingSet.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_Parameters.cpp -o sgtelib_src/Surrogate_Parameters.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_KS.cpp -o sgtelib_src/Surrogate_KS.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_RBF.cpp -o sgtelib_src/Surrogate_RBF.o
In file included from nomad_src/Direction.hpp:54,
                 from nomad_src/Directions.hpp:55,
                 from nomad_src/Variable_Group.hpp:54,
                 from nomad_src/Signature.hpp:54,
                 from nomad_src/Parameters.hpp:59,
                 from nomad_src/Eval_Point.hpp:54,
                 from nomad_src/Cache_Point.hpp:54,
                 from nomad_src/Cache.hpp:63,
                 from nomad_src/Barrier.hpp:54,
                 from nomad_src/Evaluator_Control.hpp:54,
                 from nomad_src/Search.hpp:53,
                 from nomad_src/Quad_Model_Evaluator.hpp:54,
                 from nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55,
                 from nomad_src/Quad_Model_Search.hpp:55,
                 from nomad_src/Mads.hpp:54,
                 from nomad_src/VNS_Search.hpp:54,
                 from nomad_src/VNS_Search.cpp:51:
nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=]
  435 |         virtual bool operator <  ( const Point & p ) const;
      |                      ^~~~~~~~
nomad_src/Eval_Point.hpp:463:14: note:   by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const'
  463 |         bool operator < ( const Eval_Point & x ) const;
      |              ^~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_PRS.cpp -o sgtelib_src/Surrogate_PRS.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_PRS_EDGE.cpp -o sgtelib_src/Surrogate_PRS_EDGE.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_LOWESS.cpp -o sgtelib_src/Surrogate_LOWESS.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_Kriging.cpp -o sgtelib_src/Surrogate_Kriging.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_PRS_CAT.cpp -o sgtelib_src/Surrogate_PRS_CAT.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_Ensemble.cpp -o sgtelib_src/Surrogate_Ensemble.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_CN.cpp -o sgtelib_src/Surrogate_CN.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate.cpp -o sgtelib_src/Surrogate.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Matrix.cpp -o sgtelib_src/Matrix.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Kernel.cpp -o sgtelib_src/Kernel.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_Utils.cpp -o sgtelib_src/Surrogate_Utils.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Surrogate_Factory.cpp -o sgtelib_src/Surrogate_Factory.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Tests.cpp -o sgtelib_src/Tests.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/sgtelib_help.cpp -o sgtelib_src/sgtelib_help.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/Metrics.cpp -o sgtelib_src/Metrics.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I./nomad_src -I./sgtelib_src -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sgtelib_src/sgtelib.cpp -o sgtelib_src/sgtelib.o
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o crs.so RuniqueCombs.o bspline.o gsl_bspline.o snomadr.o crs_init.o mgcv.o ./nomad_src/nomad.o ./nomad_src/Algo_Parameters.o ./nomad_src/Barrier.o ./nomad_src/Cache.o ./nomad_src/Cache_File_Point.o ./nomad_src/Cache_Point.o ./nomad_src/Cache_Search.o ./nomad_src/Clock.o ./nomad_src/Direction.o ./nomad_src/Directions.o ./nomad_src/Display.o ./nomad_src/Double.o ./nomad_src/Eval_Point.o ./nomad_src/Evaluator.o ./nomad_src/Evaluator_Control.o ./nomad_src/Extended_Poll.o ./nomad_src/L_Curve.o ./nomad_src/LH_Search.o ./nomad_src/Mads.o ./nomad_src/OrthogonalMesh.o ./nomad_src/Model_Sorted_Point.o ./nomad_src/Model_Stats.o ./nomad_src/Multi_Obj_Evaluator.o ./nomad_src/NelderMead_Search.o ./nomad_src/NelderMead_Simplex_Eval_Point.o ./nomad_src/Parameters.o ./nomad_src/Parameter_Entries.o ./nomad_src/Parameter_Entry.o ./nomad_src/Pareto_Front.o ./nomad_src/Pareto_Point.o ./nomad_src/Phase_One_Evaluator.o ./nomad_src/Phase_One_Search.o ./nomad_src/Point.o ./nomad_src/Priority_Eval_Point.o ./nomad_src/Quad_Model.o ./nomad_src/Quad_Model_Evaluator.o ./nomad_src/Quad_Model_Search.o ./nomad_src/Random_Pickup.o ./nomad_src/RNG.o ./nomad_src/Sgtelib_Model_Evaluator.o ./nomad_src/Sgtelib_Model_Search.o ./nomad_src/Sgtelib_Model_Manager.o ./nomad_src/Signature.o ./nomad_src/Slave.o ./nomad_src/Speculative_Search.o ./nomad_src/Stats.o ./nomad_src/SMesh.o ./nomad_src/TrendMatrix_Line_Search.o ./nomad_src/GMesh.o ./nomad_src/XMesh.o ./nomad_src/utils.o ./nomad_src/Variable_Group.o ./nomad_src/VNS_Search.o ./sgtelib_src/TrainingSet.o ./sgtelib_src/Surrogate_Parameters.o ./sgtelib_src/Surrogate_KS.o ./sgtelib_src/Surrogate_RBF.o ./sgtelib_src/Surrogate_PRS.o ./sgtelib_src/Surrogate_PRS_EDGE.o ./sgtelib_src/Surrogate_LOWESS.o ./sgtelib_src/Surrogate_Kriging.o ./sgtelib_src/Surrogate_PRS_CAT.o ./sgtelib_src/Surrogate_Ensemble.o ./sgtelib_src/Surrogate_CN.o ./sgtelib_src/Surrogate.o ./sgtelib_src/Matrix.o ./sgtelib_src/Kernel.o ./sgtelib_src/Surrogate_Utils.o ./sgtelib_src/Surrogate_Factory.o ./sgtelib_src/Tests.o ./sgtelib_src/sgtelib_help.o ./sgtelib_src/Metrics.o ./sgtelib_src/sgtelib.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/crs/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/crs/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/crs/src'
installing to /data/gannet/ripley/R/packages/tests-devel/crs.Rcheck/00LOCK-crs/00new/crs/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (crs)