X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f3905e6e13d9511eb3002f9bdeb30e147e76056..2f810149832a2d855c33d0df5b02d736c2081e41:/src/simix/smx_context.c diff --git a/src/simix/smx_context.c b/src/simix/smx_context.c index 6423cd6146..c3632ff5b4 100644 --- a/src/simix/smx_context.c +++ b/src/simix/smx_context.c @@ -1,6 +1,6 @@ /* a fast and simple context switching library */ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009 - 2011. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -143,7 +143,7 @@ XBT_INLINE void SIMIX_context_set_nthreads(int nb_threads) { if (nb_threads > 1) { #ifndef CONTEXT_THREADS - THROWF(arg_error, 0, "No thread support for parallel context execution"); + THROWF(arg_error, 0, "The thread factory cannot be run in parallel"); #endif }