Skip to content

Commit

Permalink
Re #771 disabling slow MPI combine test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Mar 3, 2022
1 parent d20e45f commit 609d47e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
test_name = mfilename('class');
end
combine_algorithm = 'mpi_code'; % this is what should be tested
%TODO: but on windows it is not optimized and is very slow, so:
if ispc() % TODO: this should be fixed
combine_algorithm = 'mex_code';
end

obj = obj@gen_sqw_common_config(-1,1,combine_algorithm,'parpool');
obj = obj@gen_sqw_accumulate_sqw_tests_common(test_name,'parpool');
Expand Down

0 comments on commit 609d47e

Please sign in to comment.