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

OpenMP test mp_correct/lit/pv01.sh failure in GitHub workflow #1453

Open
bryanpkc opened this issue Sep 20, 2024 · 2 comments
Open

OpenMP test mp_correct/lit/pv01.sh failure in GitHub workflow #1453

bryanpkc opened this issue Sep 20, 2024 · 2 comments

Comments

@bryanpkc
Copy link
Collaborator

This CI job had failed, even though there had been no code change in either LLVM or Classic Flang. The commands and errors were as follows:

clang -c -c -I/home/runner/work/flang/flang/test/mp_correct/lit/../src  -fopenmp  /home/runner/work/flang/flang/test/mp_correct/lit/../src/check.c -o check.o
------------ building test pv01.o
flang -c -I/home/runner/work/flang/flang/test/mp_correct/lit/../src  -fopenmp    /home/runner/work/flang/flang/test/mp_correct/lit/../src/pv01.f90
flang   -fopenmp pv01.o check.o  -o a.exe
------------ executing test pv01
OMP_NUM_THREADS=4 ./a.exe 
Warning: ieee_inexact is signaling
FORTRAN STOP
 Error occured while allocating when parallel
@bryanpkc bryanpkc changed the title OpenMP test failure in GitHub workflow OpenMP test mp_correct/lit/pv01.sh failure in GitHub workflow Sep 25, 2024
@bryanpkc
Copy link
Collaborator Author

This problem has happened again, also on X86 with release_18x branch of classic-flang-llvm-project.

@bryanpkc
Copy link
Collaborator Author

bryanpkc commented Oct 7, 2024

Another occurence.

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