Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable unused field without smpi.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 18 Jun 2018 13:12:57 +0000 (15:12 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 18 Jun 2018 14:00:25 +0000 (16:00 +0200)
src/instr/instr_paje_events.hpp

index db2ff43..27ce68d 100644 (file)
@@ -66,8 +66,8 @@ public:
 
 class StateEvent : public PajeEvent {
   EntityValue* value;
 
 class StateEvent : public PajeEvent {
   EntityValue* value;
-  std::string filename = "(null)";
 #if HAVE_SMPI
 #if HAVE_SMPI
+  std::string filename = "(null)";
   int linenumber       = -1;
 #endif
   TIData* extra_;
   int linenumber       = -1;
 #endif
   TIData* extra_;