Open main menu

CDOT Wiki β

Changes

GPU621/Group 5

1,054 bytes added, 15:31, 30 March 2023
Introduction: Added Introduction
== Introduction ==
Since 2020, there has been a lot of updates to the Mac OS ecosystem, and its command line interface. Which has caused for the dependancy documentation for integrating with Mac OS outdated. So this report is our comprehensive findings for interfacing with the OpenMP, TBB, and MPI libraries on Visual Studio Code to leverage Parallel Computing Concepts that are outlined in this course. As many Software Developers working on Mac already now, Visual Studio for Mac only supports some languages, one of which '''isn’t C/C++'''. So we’ll be using the common and popular text editor, Visual Studio Code. Visual Studio Code will allow us to use the command line interface for our compiler to integrate and option the dependancies that we want to use.
Introduction You should already have Visual Studio Code downloaded, if not, you can find the Download and Install for it here: [https://code.visualstudio.com Visual Studio Code - Code Editing. Redefined] === Vocabulary ===Going forward, we’ll be using these terms: :CLI - Command Line Interface :VScode - Visual Studio Code
== Integrating ==