(for i in wrapper-engine  libsrc/glob libsrc/node libsrc/dump; do (cd $i; make all) || break; done)
make[1]: Entering directory '/global/u2/f/fmuelle/ScalaTraceV4/record/wrapper-engine'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/global/u2/f/fmuelle/ScalaTraceV4/record/wrapper-engine'
make[1]: Entering directory '/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob'
CC -O0 -g -DMPICH_SKIP_MPICXX -I/opt/cray/pe/mpt/7.6.2/gni/mpich-gnu/5.1/include -L/opt/cray/pe/mpt/7.6.2/gni/mpich-gnu/5.1/lib -DMPICH_IGNORE_CXX_SEEK -DFEATURE_SIG_DIFF=0 -DCOM_COMM -DCOMPRESS_CROSS_NODE -DCOMPRESS_INTRA_NODE -I -I -I  -DMPICH_IGNORE_CXX_SEEK -I/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../libsrc -I/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc -I/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../libsrc/glob -I/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../../stackwalk/ver0 -o Cluster.o -c /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C: In member function 'void Cluster::outputSigClusters(const char*)':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1105:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1123:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1140:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1157:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1173:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1189:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1206:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1222:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1238:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1254:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1271:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:65: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ofstream {aka std::basic_ofstream<char>}')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:65: note: candidate: operator<<(int, int) <built-in>
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:65: note:   no known conversion for argument 2 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(__ostream_type& (*__pf)(__ostream_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:108:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ostream_type& (*)(std::basic_ostream<char>::__ostream_type&) {aka std::basic_ostream<char>& (*)(std::basic_ostream<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ios_type& (*)(std::basic_ostream<_CharT, _Traits>::__ios_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>; std::basic_ostream<_CharT, _Traits>::__ios_type = std::basic_ios<char>]
       operator<<(__ios_type& (*__pf)(__ios_type&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:117:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__ios_type& (*)(std::basic_ostream<char>::__ios_type&) {aka std::basic_ios<char>& (*)(std::basic_ios<char>&)}'
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(ios_base& (*__pf) (ios_base&))
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:127:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::ios_base& (*)(std::ios_base&)'
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:166:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:170:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(bool __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:174:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'bool'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:91:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned short __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:181:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'short unsigned int'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char; _Traits = std::char_traits<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:105:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'int'
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned int __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:192:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:201:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long int'
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(unsigned long long __n)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:205:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long long unsigned int'
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:220:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'double'
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(float __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:224:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'float'
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(long double __f)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:232:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'long double'
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note: candidate: std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]
       operator<<(const void* __p)
       ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:245:7: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'const void*'
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note: candidate: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__streambuf_type*) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__streambuf_type = std::basic_streambuf<char>]
     basic_ostream<_CharT, _Traits>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:119:5: note:   no known conversion for argument 1 from 'std::ofstream {aka std::basic_ofstream<char>}' to 'std::basic_ostream<char>::__streambuf_type* {aka std::basic_streambuf<char>*}'
In file included from /opt/gcc/7.1.0/snos/include/g++/string:52:0,
                 from /opt/gcc/7.1.0/snos/include/g++/stdexcept:39,
                 from /opt/gcc/7.1.0/snos/include/g++/array:39,
                 from /opt/gcc/7.1.0/snos/include/g++/tuple:39,
                 from /opt/gcc/7.1.0/snos/include/g++/bits/stl_map.h:63,
                 from /opt/gcc/7.1.0/snos/include/g++/map:61,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:3,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/basic_string.h:6082:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/bits/ios_base.h:46:0,
                 from /opt/gcc/7.1.0/snos/include/g++/ios:42,
                 from /opt/gcc/7.1.0/snos/include/g++/ostream:38,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
     operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/system_error:217:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const std::error_code&'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:497:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   deduced conflicting types for parameter '_CharT' ('char' and 'std::basic_ofstream<char>')
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:502:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:508:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:514:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'signed char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:519:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'unsigned char'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:539:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   mismatched types 'const _CharT*' and 'std::basic_ofstream<char>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/ostream:666:0,
                 from /opt/gcc/7.1.0/snos/include/g++/iostream:39,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*)
     operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:556:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const signed char*)
     operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:569:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const signed char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const unsigned char*)
     operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:574:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   cannot convert 'clusterfile' (type 'std::ofstream {aka std::basic_ofstream<char>}') to type 'const unsigned char*'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
In file included from /opt/gcc/7.1.0/snos/include/g++/iostream:39:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:4,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note: candidate: template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&)
     operator<<(_Ostream&& __os, const _Tp& __x)
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: note:   template argument deduction/substitution failed:
/opt/gcc/7.1.0/snos/include/g++/ostream: In substitution of 'template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<_Ostream&, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::basic_ofstream<char>]':
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68:   required from here
/opt/gcc/7.1.0/snos/include/g++/ostream:656:5: error: no type named 'type' in 'struct std::enable_if<false, std::basic_ostream<char>&>'
In file included from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/inc/Cluster.h:8:0,
                 from /global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1:
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note: candidate: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bitset<_Nb>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^~~~~~~~
/opt/gcc/7.1.0/snos/include/g++/bitset:1530:5: note:   template argument deduction/substitution failed:
/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob/../../common/src/Cluster.C:1287:68: note:   'std::ofstream {aka std::basic_ofstream<char>}' is not derived from 'const std::bitset<_Nb>'
                  cerr << "error: unable to open cluster file: " << clusterfile;
                                                                    ^~~~~~~~~~~
../../config/Makefile.rules:21: recipe for target 'Cluster.o' failed
make[1]: *** [Cluster.o] Error 1
make[1]: Leaving directory '/global/u2/f/fmuelle/ScalaTraceV4/record/libsrc/glob'
