Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build of tests fails for version 1.3 #40

Closed
awvwgk opened this issue May 7, 2022 · 1 comment
Closed

Build of tests fails for version 1.3 #40

awvwgk opened this issue May 7, 2022 · 1 comment
Labels

Comments

@awvwgk
Copy link
Member

awvwgk commented May 7, 2022

Seems like a variable is not declared properly in one of the tests:

[89/121] Building Fortran object test/CMakeFiles/test_allgather.dir/test_allgather.f90.o
FAILED: test/CMakeFiles/test_allgather.dir/test_allgather.f90.o 
$BUILD_PREFIX/bin/x86_64-conda-linux-gnu-gfortran -I$SRC_DIR/test -I$SRC_DIR/_build/lib/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/mpifx-1.3 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -fallow-argument-mismatch -O2 -g -DNDEBUG -Jtest -fpreprocessed -c test/CMakeFiles/test_allgather.dir/test_allgather.f90-pp.f90 -o test/CMakeFiles/test_allgather.dir/test_allgather.f90.o
$SRC_DIR/test/test_allgather.f90:27:11:

   27 |     tPassed = .false.
      |           1
Error: Symbol 'tpassed' at (1) has no IMPLICIT type; did you mean 'ispassed'?
@bhourahine
Copy link
Member

Closed by #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants