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.
2 parents 7c63669 + 6732894 commit b1790f3Copy full SHA for b1790f3
mkl-service/tests/test_mkl_service.py
@@ -238,18 +238,18 @@ def test_verbose_false(self):
238
def test_verbose_true(self):
239
mkl.verbose(True)
240
241
- def test_set_mpi_custom(self):
242
- mkl.set_mpi('custom', 'custom_library_name')
+ #def test_set_mpi_custom(self):
+ # mkl.set_mpi('custom', 'custom_library_name')
243
244
@nottest
245
def test_set_mpi_msmpi(self):
246
mkl.set_mpi('msmpi')
247
248
- def test_set_mpi_intelmpi(self):
249
- mkl.set_mpi('intelmpi')
+ #def test_set_mpi_intelmpi(self):
+ # mkl.set_mpi('intelmpi')
250
251
- def test_set_mpi_mpich2(self):
252
- mkl.set_mpi('mpich2')
+ #def test_set_mpi_mpich2(self):
+ # mkl.set_mpi('mpich2')
253
254
255
class test_vm_service_functions():
0 commit comments