We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hasgpu=?
1 parent dc545fa commit 529ff88Copy full SHA for 529ff88
test/mpi/README
@@ -143,6 +143,11 @@ mpiexecarg=string : Run the program with string as an argument to mpiexec
143
env=name=value : Run the program with environment variable "name" given the
144
value "value"
145
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
+
151
strict=bool : If bool is false, only build and run the program if
152
--enable-strictmpi was not used in configuring the test suite.
153
That is, a line such as
0 commit comments