endl 635 dmtcp_coordinator.cpp o << "Status..." << std::endl
endl 637 dmtcp_coordinator.cpp << " (" << inet_ntoa(localhostIPAddr) << ")" << std::endl
endl 638 dmtcp_coordinator.cpp << "Port: " << thePort << std::endl
endl 642 dmtcp_coordinator.cpp o << "disabled (checkpoint manually instead)" << std::endl;
endl 644 dmtcp_coordinator.cpp o << theCheckpointInterval << std::endl;
endl 647 dmtcp_coordinator.cpp o << "Exit on last client: " << exitOnLast << std::endl
endl 648 dmtcp_coordinator.cpp << "Exit after checkpoint: " << exitAfterCkpt << std::endl
endl 649 dmtcp_coordinator.cpp << "Computation Id: " << compId << std::endl
endl 650 dmtcp_coordinator.cpp << "Checkpoint Dir: " << ckptDir << std::endl
endl 651 dmtcp_coordinator.cpp << "NUM_PEERS=" << numPeers << std::endl
endl 652 dmtcp_coordinator.cpp << "RUNNING=" << (isRunning ? "yes" : "no") << std::endl;