#include <cstdio>
#include <sstream>
-//#include "MEDMEM_STRING.hxx"
+#include <string.h>
+#include <stdlib.h>
#include "Batch_Parametre.hxx"
#include "Batch_Environnement.hxx"
#include "Batch_RunTimeException.hxx"
for(i=0; p_job; p_job = p_job->next) i++;
if (i == 0) throw RunTimeException("Liste vide (le job est absent de la file)");
if (i > 1) {
- //MEDMEM::STRING sst;
ostringstream sst;
sst << "JobInfo_PBS::JobInfo_PBS(struct batch_status * list, bool tobedeleted) : la liste contient "
<< i << " elements" << " (1 seul requis)" << endl;
// Methode pour l'interfacage avec Python (SWIG) : affichage en Python
string JobInfo_PBS::__str__() const
{
- //MEDMEM::STRING sst;
ostringstream sst;
sst << "<JobInfo_PBS (" << this << ") :" << endl;
sst << " ID = " <<_param[ID] << endl;