From: coldpeace Date: Tue, 7 Dec 2010 15:22:40 +0000 (+0000) Subject: no need to check, since the default value of core is set to 1 by the lua user code X-Git-Tag: v3.6_beta2~852 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/03a31e1ed903528c2c2fecc0684fa9847dc38ca3 no need to check, since the default value of core is set to 1 by the lua user code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9071 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/cpu_im.c b/src/surf/cpu_im.c index 01268322cf..1be8704e8f 100644 --- a/src/surf/cpu_im.c +++ b/src/surf/cpu_im.c @@ -570,7 +570,6 @@ static void cpu_im_create_resource(char *name, double power_peak, tmgr_trace_t state_trace, xbt_dict_t cpu_properties) { - xbt_assert0(core==1,"Multi-core not handled with this model yet"); cpu_im_new(name, power_peak, power_scale, power_trace, core, state_initial, state_trace, cpu_properties); }