I am wondering if you know of an equivalent project to flexi-blas but for MPI. Something that would generalize the building process such that you only need to build once instead of all mpi variants (+serial), and then can be dynamically loaded via a module load for example.
If not, what are the roadblocks to developing this? Looking at the mpicc compiler there doesn't seem to do anything fancy at the end of it other than adding -lmpi.
I am wondering if you know of an equivalent project to flexi-blas but for MPI. Something that would generalize the building process such that you only need to build once instead of all mpi variants (+serial), and then can be dynamically loaded via a
module loadfor example.If not, what are the roadblocks to developing this? Looking at the
mpicccompiler there doesn't seem to do anything fancy at the end of it other than adding-lmpi.