Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid setting the value of the stack size for thread factory if the parameter is...
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 12 Nov 2012 13:33:50 +0000 (14:33 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 12 Nov 2012 13:33:50 +0000 (14:33 +0100)
commit45e23bc4aac5ee8211a46b33bb79c7756f24439e
tree1975b85702ceddd234b3a58c3737cf887b87abc7
parentde2ba1766285962d449105925be099707e0102e6
avoid setting the value of the stack size for thread factory if the parameter is not explicitely set by the user (this is a bit annoying, as it adds a global to check the initialization, but it handles the case were the explicitely wanted value is also the default one)
include/simgrid/simix.h
src/simix/smx_context.c
src/simix/smx_context_thread.c