Open main menu

CDOT Wiki β

Changes

GPU621/Group 5

440 bytes added, 01:41, 10 April 2023
no edit summary
]
}
=== launch.json ===
{
"version": "0.2.0",
],
"version": 4
}
== Testing ==
Using these test files will help you identify if there you've successfully set up your dependancies
=== OpenMP ===
{
// OpenMP - Runtime Routines
// omp_hi.cpp // for OpenMP library functions
}
}
== Final Note ==
Congratulations! You’ve successfully started your journey working in a parallel environment on Mac. While the fundamentals are here, it’s not the entire picture, you may run into problems that were not covered here. For example to change the optimization level, you can use these flags:
mpirun -np number_of_processors ./helloworld argument1 argument 2
mpirun -np 4 ./helloworld
=== File Directory System: ===
{
--> /* Your other folders of assignments and files
}
=== Final tasks.json: ===
{
}
}
=== Final launch.json ===
{
}
}
=== Final c_cpp_properties.json ===
{
}
}
== References ==
[https://code.visualstudio.com/docs/cpp/launch-json-reference https://code.visualstudio.com/docs/cpp/launch-json-reference]
[https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html]
[https://medium.com/@li.nguyen_15905/setting-up-vscode-for-mpi-programming-b6665da6b4ad https://medium.com/@li.nguyen_15905/setting-up-vscode-for-mpi-programming-b6665da6b4ad]
[https://www.open-mpi.org/doc/current/man1/mpic++.1.php https://www.open-mpi.org/doc/current/man1/mpic++.1.php]
[https://www.open-mpi.org/doc/current/man1/mpirun.1.php https://www.open-mpi.org/doc/current/man1/mpirun.1.php]
24
edits