Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
previous version was initializing retval=0 and then testing retval!=MPI_ERR_REQUEST...
[simgrid.git] / src / surf / cpu_ti.hpp
index 1361b0ef4b2f94d16f392ca2669a7f720d4a6a1a..66706438859d4d69641a4005734b3106e64c478a 100644 (file)
@@ -84,9 +84,7 @@ class CpuTiModel : public CpuModel {
 public:
   CpuTiModel();
   ~CpuTiModel();
-
-  void parseInit(sg_platf_host_cbarg_t host);
-  CpuPtr createResource(const char *name,  xbt_dynar_t powerPeak,
+  CpuPtr createCpu(const char *name,  xbt_dynar_t powerPeak,
                           int pstate, double power_scale,
                           tmgr_trace_t power_trace, int core,
                           e_surf_resource_state_t state_initial,