OpenMP_VV icon indicating copy to clipboard operation
OpenMP_VV copied to clipboard

Tests failing on the host

Open simoatze opened this issue 3 years ago • 2 comments

Hi guys,

these tests fail when executed on the host:

4.5/target_data/test_target_data_map_components_from.F90 4.5/target_data/test_target_data_map_components_to.F90 4.5/target_data/test_target_data_map_components_tofrom.F90 4.5/target_enter_data/test_target_enter_data_components_alloc.F90 4.5/target_enter_data/test_target_enter_data_components_to.F90

I was wondering if there is already a mechanism in sollve to figure out that a test is running on the host and skip some checks to make it pass. For example, in test_target_enter_data_components_to.F90, if "isSharedEnv" is set to TRUE when running on the host the test should pass, so if we could figure out in some way that the test was supposed to run on the host that variable could be set to true.

Thanks. Simone

simoatze avatar Apr 09 '21 20:04 simoatze