Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 307 Bytes

File metadata and controls

5 lines (5 loc) · 307 Bytes

This git project contains makefiles and dummy (hello world) programs for a variety of libraries for C/C++ to make starting off with a new project easy. So far, the following options are included (in both C/C++):

  • plain C/C++ project
  • PThread enabled project
  • OpenMP enabled project
  • MPI enabled project