It looks like this worked:
ac_cv_header_gpfs_h=no
ac_cv_header_gpfs_fcntl_h=no
I'll keep testing the resultant builds, but I've got a prototype modification
for the Spack package. Hopefully I'll submit a PR here:
https://github.com/spack/spack/issues/15746
~jonathon
__
ompio only added recently support for gpfs, and its only available in master
(so far). If you are using any of the released versions of Open MPI (2.x, 3.x,
4.x) you will not find this feature in ompio yet. Thus, the issue is only how
to disable gpfs in romio. I could not find right away an optio
I'm afraid the short answer is "no" - there is no way to do that today.
> On Mar 30, 2020, at 1:45 PM, Jean-Baptiste Skutnik via users
> wrote:
>
> Hello,
>
> I am writing a wrapper around `mpirun` which requires pre-processing of the
> user's program. To achieve this, I need to isolate the
I'm going to try ac_cv_header_gpfs_h=no; but --without-gpfs doesn't seem to
exist. I tried it on both 3.1.5 and 2.1.6
[joan5896@admin2 openmpi-3.1.5]$ ./configure --without-gpfs
configure: WARNING: unrecognized options: --without-gpfs
From: users on beha
Hello,
I am writing a wrapper around `mpirun` which requires pre-processing of the
user's program. To achieve this, I need to isolate the program from the
`mpirun` arguments on the command-line. The manual describes the program as:
```
The program executable. This is identified as the first
no