autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #8218] New version of AX_PROG_CXX_MPI


From: Olaf Lenz
Subject: [patch #8218] New version of AX_PROG_CXX_MPI
Date: Fri, 25 Oct 2013 16:54:37 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36

URL:
  <http://savannah.gnu.org/patch/?8218>

                 Summary: New version of AX_PROG_CXX_MPI
                 Project: GNU Autoconf Archive
            Submitted by: olenz
            Submitted on: Fri 25 Oct 2013 06:54:36 PM CEST
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Attached, find a new version of the macro AX_PROG_CXX_MPI to recognize an MPI
C++ compiler.

In the last version, the macro tested for the function MPI::Init. However,
this test never failed, as a C++ compiler will not try to link the function if
it is not actually called. Furthermore, the C++ bindings are deprecated in
current versions of MPI.
Therefore, the macro now tests for the C interface function "MPI_Init" as
"extern C"-function.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 25 Oct 2013 06:54:36 PM CEST  Name:
0001-Do-not-test-for-MPI-C-binding-function.-The-test-alw.patch  Size: 2kB  
By: olenz

<http://savannah.gnu.org/patch/download.php?file_id=29468>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8218>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]