Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moved XBT_LOG_CONNECT calls into smpi_global so that they will only be called
authormarkls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 7 Mar 2008 08:32:09 +0000 (08:32 +0000)
committermarkls <markls@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 7 Mar 2008 08:32:09 +0000 (08:32 +0000)
commitddf200da26e5f76607a92be55c34f71b1ce6acf4
tree25f00f6e804b7ff9fe3b44bc77a8f8cd883e0e7c
parent9b57381fd90f9a91865c5224c63a45c9bd766a5f
moved XBT_LOG_CONNECT calls into smpi_global so that they will only be called
once per program invocation rather than once per process.  Also surrounded by
#ifdef so that smpi can still compile against older versions of simgrid.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5276 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/smpi/smpi_base.c
src/smpi/smpi_global.c