1
1

- Just a comment to circumvent warning in check.

This commit was SVN r6933.
Этот коммит содержится в:
Rainer Keller 2005-08-19 10:38:08 +00:00
родитель 202dac7ace
Коммит 605e13baf4

Просмотреть файл

@ -22,6 +22,12 @@
#include "communicator/communicator.h"
#include "win/win.h"
/*
* Comment to circumvent error-msg of weak-check:
* We do not need #pragma weak in here, as these functions
* do not have a function for the profiling interface.
*/
/*
* Note that these are the back-end functions for MPI_DUP_FN (and
* friends). They have an OMPI_C_* prefix because of weird reasons