14 const eckit::Configuration & conf)
15 : comm_(comm), conf_(conf) {
23 if (
comm_.rank() == 0 ) {
33 inputnml_sn_(other.inputnml_sn_) {
43 if (
comm_.rank() == 0 ) {
45 int inputnml_current_sn =
getFileSN(
"input.nml");
51 int status = stat(
"input.nml", &buffer);
52 if ( status == 0 ) { remove(
"input.nml"); }
56 char linkname[] =
"input.nml";
57 testlink = symlink(target, linkname);
58 if ( testlink != 0 ) {
comm_.abort(); }
67 char* filename_char =
const_cast<char*
>(filename.c_str());
68 int status = stat(filename_char, &buffer);