computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 7 forks source link

Rename Project #21

Closed computablee closed 1 year ago

computablee commented 1 year ago

According to the Guidelines for Using OpenMP, we are technically not allowed to use OpenMP as part of the project name. I am looking for

  1. Ideas on a memorable and descriptive name for the project
  2. Once a project name is decided on, scrub the codebase and replace all instances of "OpenMP" or "OpenMP.NET" with our new project name

Open for feedback.

computablee commented 1 year ago

One idea I had was OpenPAR (PAR obviously meaning parallel), but with OpenGL, OpenACC, OpenCL, OpenMP, OpenMPI, etc. all being largely C- or C++-based APIs, I would like to incorporate .NET somehow into the name.

computablee commented 1 year ago

Settled on DotMP. Closed with #22