precice / systemtests

Testing preCICE / solver combinations using Docker
GNU General Public License v3.0
3 stars 4 forks source link

Unrecognized argument in calculix-adapter build #261

Closed Eder-K closed 3 years ago

Eder-K commented 3 years ago

See https://travis-ci.org/github/precice/systemtests/jobs/743962716#L346:

 ---> Running in 4e3f31fdfe53
mkdir -p bin
mpicc -Wall -O3 -fopenmp -I./ -I./adapter -I/home/precice/CalculiX/ccx_2.16/src -I/usr/include/spooles/   -I/usr/include/ -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -c ccx_2.16.c -o bin/ccx_2.16.o
mpifort -Wall -O3 -fopenmp -fallow-argument-mismatch -I./ -I./adapter -I/home/precice/CalculiX/ccx_2.16/src -I/usr/include/spooles/   -I/usr/include/ -c /home/precice/CalculiX/ccx_2.16/src/absolute_relative.f -o bin/absolute_relative.o
gfortran: error: unrecognized command line option ‘-fallow-argument-mismatch’; did you mean ‘-Wno-argument-mismatch’?

Affects all built versions of the ccx-adapter.

Likely related to https://github.com/precice/calculix-adapter/pull/45.

MakisH commented 3 years ago

Then I will comment-out the option in the Makefile and add an option to the documentation. I did not test this in 18.04 and Travis could not test it.

Eder-K commented 3 years ago

This has been resolved by https://github.com/precice/calculix-adapter/pull/48.