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

Error: Symbol 'test_co_sum' referenced at (1) not found in module 'collectives_test' #4

Open
Beliavsky opened this issue Oct 1, 2021 · 0 comments

Comments

@Beliavsky
Copy link

I have GNU Fortran (GCC) 12.0.0 20210718 from equation.com installed on Windows 10. Running fpm build I get the error

 + gfortran -c test\main.f90  -Wall -Wextra -Wimplicit-interface -fPIC -fmax-errors=1 -g -fcheck=bounds -fcheck=array-temps -fbacktrace -fcoarray=single -J build\gfortran_2A42023B310FA28D\hope -I build\gfortran_2A42023B310FA28D\hope  -o build\gfortran_2A42023B310FA28D\hope\test_main.f90.o
test\main.f90:8:35:

    8 |         use collectives_test, only: &
      |                                   1
Error: Symbol 'test_co_sum' referenced at (1) not found in module 'collectives_test'
compilation terminated due to -fmax-errors=1.
<ERROR> Compilation failed for object " test_main.f90.o "
<ERROR>stopping due to failed compilation
STOP 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant