X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ee7e9c2e455536ab817ae0136acfbb53822eecd..fccf53a380a9a6de6c8bd9eafb182a91d79e1d3c:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 83647e1bf1..1b98966471 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -252,6 +252,10 @@ int MAIN__(void) xbt_cfgelm_double, &default_threshold, 1, 1, NULL, NULL); + if(getenv("SMPI_PRETEND_CC") != NULL) { + return 0; + } + #ifdef HAVE_TRACING TRACE_global_init(&xargc, xargv); #endif