We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have GNU Fortran (GCC) 12.0.0 20210718 from equation.com installed on Windows 10. Running fpm build I get the error
fpm build
+ 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have GNU Fortran (GCC) 12.0.0 20210718 from equation.com installed on Windows 10. Running
fpm build
I get the errorThe text was updated successfully, but these errors were encountered: