Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add an "smpi/async_small_thres" configure option to smpi, to allow to toy with the...
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 7 Aug 2012 15:56:58 +0000 (17:56 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 7 Aug 2012 15:56:58 +0000 (17:56 +0200)
commit5a185bb60f4c7b77ebccc4948d17f0dc43a9d6a5
treeeca87babad2ec0955d91b8dde23ba2ae4aadd142
parent98897032e770b9a1437d6aa5820fb448e71bd224
add an "smpi/async_small_thres" configure option to smpi, to allow to toy with the threshold used to determine whether a message has to be sent eagerly (without waiting for the receiver) or not. The default value is 0, to deactivate this behavior for now. (note: this is independent from the "detached" state that is for now used for messages < 64*1024 bytes, which should become a new config option also)
src/smpi/private.h
src/smpi/smpi_base.c
src/smpi/smpi_global.c
src/surf/surf_config.c