The top-level Makefile comments state that a template architecture file named linux-gnu-openmpi-nogpu is provided as an example:
# A templete "linux-gnu-openmpi-nogpu" is given as an example architecture file.
However, this file does not appear to exist in the architecture/ directory. The available architecture files seem more system-specific, and I can't tell if any serve as a generic GNU + OpenMPI + CPU-only template.
Could you clarify whether this file was removed/renamed, or if another architecture file is intended to serve this role? I am attempting to make a containerized installation method to allow for benchmarking across various architectures, and have had trouble getting the installation setup to work (using an NVIDIA DGX Spark for reference).
Thank you!