Skip to content

Commit 529ff88

Browse files
committed
test: document hasgpu=?
1 parent dc545fa commit 529ff88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/mpi/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ mpiexecarg=string : Run the program with string as an argument to mpiexec
143143
env=name=value : Run the program with environment variable "name" given the
144144
value "value"
145145

146+
hasgpu=lib : Setting this flag with a GPU library will allow the test to run
147+
only if `-hasgpu=lib` was passed to runtest. Using `hasgpu=any`
148+
allows the test to run solong as any GPU library was passed in
149+
as a flag.
150+
146151
strict=bool : If bool is false, only build and run the program if
147152
--enable-strictmpi was not used in configuring the test suite.
148153
That is, a line such as

0 commit comments

Comments
 (0)