File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
tasks/example_processes_3/mpi/src Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11" task:all " :
22 - changed-files :
33 - any-glob-to-any-file :
4- - " tasks/**/all"
4+ - " tasks/**/all/** "
55
66" task:mpi " :
77 - changed-files :
88 - any-glob-to-any-file :
9- - " tasks/**/mpi"
9+ - " tasks/**/mpi/** "
1010
1111" task:omp " :
1212 - changed-files :
1313 - any-glob-to-any-file :
14- - " tasks/**/omp"
14+ - " tasks/**/omp/** "
1515
1616" task:seq " :
1717 - changed-files :
1818 - any-glob-to-any-file :
19- - " tasks/**/seq"
19+ - " tasks/**/seq/** "
2020
2121" task:stl " :
2222 - changed-files :
2323 - any-glob-to-any-file :
24- - " tasks/**/stl"
24+ - " tasks/**/stl/** "
2525
2626" task:tbb " :
2727 - changed-files :
2828 - any-glob-to-any-file :
29- - " tasks/**/tbb"
29+ - " tasks/**/tbb/** "
3030
3131task :
3232 - changed-files :
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ bool NesterovATestTaskMPI::RunImpl() {
4040 }
4141 }
4242 }
43+ // test
4344
4445 const int num_threads = ppc::util::GetNumThreads ();
4546 GetOutput () *= num_threads;
You can’t perform that action at this time.
0 commit comments