[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Open MPI keeps references to GCC, GFortran, etc.
From: |
Ludovic Courtès |
Subject: |
Open MPI keeps references to GCC, GFortran, etc. |
Date: |
Thu, 27 Jul 2017 11:15:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello,
Open MPI retains references to GCC, GFortran, etc., which significantly
increases its closure size.
The references come from cpp macros such as OMPI_FC_ABSOLUTE (absolute
file name of the Fortran compiler), defined in opal_config.h and
returned by command-line tools ‘ompi_info’ and ‘oshmem_info’.
What would be the impact of changing these OMPI_*_ABSOLUTE uses to just
the basename of the compiler? Are there tools or practices that rely on
the info provided by these two commands?
Thanks,
Ludo’.
- Open MPI keeps references to GCC, GFortran, etc.,
Ludovic Courtès <=
- Re: Open MPI keeps references to GCC, GFortran, etc., Dave Love, 2017/07/27
- Re: Open MPI keeps references to GCC, GFortran, etc., Ludovic Courtès, 2017/07/28
- Re: Open MPI keeps references to GCC, GFortran, etc., Dave Love, 2017/07/31
- Re: Open MPI keeps references to GCC, GFortran, etc., Ludovic Courtès, 2017/07/31
- Re: Open MPI keeps references to GCC, GFortran, etc., Dave Love, 2017/07/31