Skip to content

Commit

Permalink
add no gpu id test
Browse files Browse the repository at this point in the history
---
Signed-off-by: Andy Stone <[email protected]>
  • Loading branch information
stonea committed Sep 13, 2024
1 parent a088cb7 commit febf76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/gpu/nongpu/gpuId.chpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
writeln(here.gpuId);
1 change: 1 addition & 0 deletions test/gpu/nongpu/gpuId.good
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gpuId.chpl:1: error: halt reached - Can not use 'gpuId' field on a non gpu locale

0 comments on commit febf76b

Please sign in to comment.