Changes

Jump to: navigation, search

GPU621/Group 5

9 bytes removed, 21:28, 11 April 2023
no edit summary
=== OpenMP ===
{
// OpenMP - Runtime Routines
// omp_hi.cpp // for OpenMP library functions
}
}
}
=== TBB ===
{
// TBB - Hello World
// tbb.cpp
<< TBB_INTERFACE_VERSION << ")" << std::endl; // Print a message showing the version of TBB being used
}
}
=== MPI ===
{
// MPI Program - Hello World
// mpi_hello.c
return 0;
}
}
== Final Note ==
24
edits

Navigation menu