Open main menu

CDOT Wiki β

Changes

GPU621/Group 5

11 bytes removed, 23:26, 2 April 2023
no edit summary
{
int tid = omp_get_thread_num(); // Get the ID of the current thread
std::cout << "Hi from thread " << tid << '\n'; // Print a message showing the ID of the current thread
}
}
24
edits