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
Enable building and execution of the SNbone application with the LLVM Flang compiler.
The text was updated successfully, but these errors were encountered:
https://proxyapps.exascaleproject.org/app/snbone/ https://github.com/ANL-CESAR/SNbone
git clone https://github.com/ANL-CESAR/SNbone.git cd SNbone
cd src_fortran make COMPILER=gfortran
THREAD=no
make
make FF=flang-new LD=flang-new
abort
flang-new -c -o Basic_Abort.o Basic_Abort.F90 error: loc("./Basic_Abort.F90":21:1): TODO: missing intrinsic lowering: abort make: *** [Makefile:128: Basic_Abort.o] Error 1
Sorry, something went wrong.
Anthony Cabrera (@cabreraam) is working on this
No branches or pull requests
Enable building and execution of the SNbone application with the LLVM Flang compiler.
The text was updated successfully, but these errors were encountered: