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

Linux/AArch64-specific test #5

Open
kawashima-fj opened this issue Jul 8, 2024 · 0 comments
Open

Linux/AArch64-specific test #5

kawashima-fj opened this issue Jul 8, 2024 · 0 comments

Comments

@kawashima-fj
Copy link
Collaborator

This is a known issue.

Problem

This test suite does not support platforms other than Linux/AArch64 currently. If you run CMake on other platforms, CMake silently ignore the Fujitsu directory. Giving -DTEST_SUITE_FUJITSU_FORCE_UNSUPPORTED_PLATFORM=ON option to CMake enables the Fujitsu directory. However, some or many test programs fail to be compiled or executed.

Details

Most test programs in this test suite will be able to run on many platforms (OS/CPU). However, because it was originally developed for Fujitsu C/C++/Fortran compilers, which target Linux/AArch64, it may contain test programs which don't run on platforms other than Linux/AArch64.

Workaround

None.

Future direction

Not compiling/executing test programs which is unsupported on the running platform is desired. To achieve this, we need support of the community.

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