24
edits
Changes
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 ==