Skip to content

MattClarkson/CMakeCatchOpenMP

Repository files navigation

CMakeCatchOpenMP

Build Status Build Status

Purpose

This is a demo project to demonstrate a reasonable folder structure for CMake based projects, that use CTest to run unit tests via Catch.

Credits

This project was developed as a teaching aid for UCL's "Research Computing with C++" course developed by Dr. James Hetherington and Dr. Matt Clarkson.

Build Instructions

On Linux/Mac, in a terminal:

git clone https://github.com/MattClarkson/CMakeCatchOpenMP
mkdir CMakeCatchOpenMP-Build
cd CMakeCatchOpenMP-Build
cmake ../CMakeCatchOpenMP
make

On Windows, run the CMake GUI to generate Visual Studio project files, and run the build therein.

About

Based on CMakeCatch2 - but with OpenMP examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published