We need a Github Actions workflow to create a tarball of SELF, with SELF built with multicore acceleration To do this, we need a wofklow file to install SELF and its dependencies, packages it up in a tar-ball, and post it to the matching release page on Github.
If one uses Intel, nvhpc, or an llvm based compiler, multithreading support does not need to have the number of threads baked in at compile time (this is needed however with GNU compilers). Using a non-GNU compiler set in this regard may be beneficial from a users perspective. However, we need to be mindful of licensing issues with vendor compilers...