On Mon, 28 Jul 2003, W.PAKDEE wrote:
> Whenever I compile any mpi programs using "mpif77", I always get the
> warning message:
>
> /usr/lib/libg2c.so: warning: tempnam() possibly used unsafely; consider
> using mkstemp()
The linker is warning you about the [potentially] unsafe function
"tempnam()" that is used somewhere in your code, or the libraries that you
are linking to. LAM 6.5.9 and LAM 7.0 do not use this function, so it
must be used elsewhere.
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|