Skip to content

Commit

Permalink
fix linreg sample (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev authored Feb 28, 2023
1 parent 44f6cbd commit b3b8ed5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void run(sycl::queue &queue) {
}

int main(int argc, char const *argv[]) {
ccl::init();
int status = MPI_Init(nullptr, nullptr);
if (status != MPI_SUCCESS) {
throw std::runtime_error{ "Problem occurred during MPI init" };
Expand Down

0 comments on commit b3b8ed5

Please sign in to comment.