Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Installing CentOS/SLES on x86_64 QEMU, container, bare-metal environments.
  2. Applying theĀ industry standard changes to those images (security, authentication, performance, etc.).
  3. Installing OpenHPC directly from their upstream documents, identifying all pertinent steps that are taken/not-taken and their reasons, per environment.
  4. Run a baseline validation on the core setup. This should be in a git repo somewhere, probably GitHub so we can share with our members and the community.
  5. Installing all additional components that are needed for the test, for example LLVM's libomp (to compare with GNU's GOMP), special libraries, etc.
  6. Download all tests that will be compiled and executed as part of the validation.
  7. Compile all tests, possible with different toolchains, options, libraries. Identify every problem (errors, warnings, etc).
  8. Run all tests that were successfully compiled and make sure that their output is as expected, understanding the floating point nature of most of them.

...