impi container fortran autoconf issue
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- docker, fortran
- Domain
- build-system, devops
Research direction
No source files or tests are named. Reproduce the netcdf Fortran build in the impi container, then inspect the Autoconf checks shown in the configure output and how compiler support is detected. Done means unsupported flags are no longer added for mpiifort and the configure checks report the compiler capability correctly.
Written by the indexing model from the issue text.
Description
Autoconf is adding these flags to the netcdf fortran build even though they are not supported by the compiler.
#9 6.589 configure:7845: checking if Fortran compiler supports allow-mismatch flag
#9 6.589 configure:7853: mpiifort -c -g -fallow-argument-mismatch conftest.f90
#9 6.589 ifort: command line warning #10006: ignoring unknown option '-fallow-argument-mismatch'
#9 6.589 configure:7856: $? = 0
#9 6.589 configure:7864: result: yes
#9 6.589 configure:7868: checking if Fortran compiler supports mismatch_all flag
#9 6.589 configure:7876: mpiifort -c -g -fallow-argument-mismatch -mismatch_all conftest.f90
#9 6.589 ifort: command line warning #10006: ignoring unknown option '-fallow-argument-mismatch'
#9 6.589 ifort: command line warning #10006: ignoring unknown option '-mismatch_all'
#9 6.589 configure:7879: $? = 0
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
status: needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
conda-forge/spacy-feedstock#177 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
area:jail bug security severity:low track:open-source
Difficulty 1/5 Under an hour Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
micro-ROS/micro_ros_setup#837 ·