Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to compile when SMPI is compiled out
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 21 Mar 2018 00:15:25 +0000 (01:15 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 21 Mar 2018 00:15:25 +0000 (01:15 +0100)
src/instr/instr_paje_events.cpp

index 9719ce5..49c8d77 100644 (file)
@@ -61,6 +61,9 @@ StateEvent::StateEvent(Container* container, Type* type, e_event_type event_type
     filename                        = loc->filename;
     linenumber                      = loc->linenumber;
   }
+#else
+  filename   = "(null)";
+  linenumber = -1;
 #endif
 
   XBT_DEBUG("%s: event_type=%u, timestamp=%f", __FUNCTION__, eventType_, timestamp_);