OpenMP-Validation-and-Verification / OpenMP_VV

OpenMP Offloading Validation & Verification Suite; Official repository. We have migrated from bitbucket!! For documentation, results, publication and presentations, please check out our website ->
https://crpl.cis.udel.edu/ompvvsollve/
Other
54 stars 19 forks source link

Add new_test/5.1/teams/test_target_teams_thread_limit.F90 #770

Closed seyonglee closed 11 months ago

seyonglee commented 1 year ago

[Results on Summit]

spophale commented 1 year ago

@seyonglee since both target and teams accepts thread_limit, we should rename this test to test_target_thread_limit[_teams] and have a separate test for teams +thread_limt. Also, not sure which folder this goes in.. target or teams.

Thoughts ?

seyonglee commented 1 year ago

@seyonglee since both target and teams accepts thread_limit, we should rename this test to test_target_thread_limit[_teams] and have a separate test for teams +thread_limt. Also, not sure which folder this goes in.. target or teams.

Thoughts ?

How about this? 1) Copy these tests, rename the copies as test_target_thread_limit, and move them totest/5.1/target directory. 2) In these original tests, move thread_limit clause to the teams directive.

fel-cab commented 1 year ago

@seyonglee since both target and teams accepts thread_limit, we should rename this test to test_target_thread_limit[_teams] and have a separate test for teams +thread_limt. Also, not sure which folder this goes in.. target or teams. Thoughts ?

How about this?

  1. Copy these tests, rename the copies as test_target_thread_limit, and move them totest/5.1/target directory.
  2. In these original tests, move thread_limit clause to the teams directive.

I think it is a good solution

seyonglee commented 1 year ago

Updated the following things:

seyonglee commented 1 year ago

[New results on Summit]