fpm test
fails to run an OpenMP "Hello, world!" program compiled with LLVM flang-new on macOS
#1088
Labels
bug
Something isn't working
Description
On macOS 14.6.1 with an Apple M2 processor and LLVM Flang 20.0.0 (commit be64ca) built from source,
fpm test --compiler flang-new --flag -fopenmp
successfully builds a program in thetest/
subdirectory. As demonstrated below, however, the program fails to launch even though I can execute multithreaded runs the samefpm
-generated file as long as I launch the program myself at the command line rather than viafpm
.Running the above program with the command
yields the following trailing output:
Expected Behaviour
I expected the above
fpm
command to produce the following output generated by launching the program directly at the command line:Version of fpm
0.10.1
Platform and Architecture
macOS
Additional Information
No response
The text was updated successfully, but these errors were encountered: