fab
fab copied to clipboard
Implement MPI compiler wrapper
An MPI compiler wrapper should be independent of the underlying compiler (but obviously use the compiler specific flags).
Best approach seems to be dynamically add mpi wrapper: if compiler X
exist, create an MPI wrapper MpiX
, which takes an X
instance and use the X-specific flags.
The ToolRepository or ToolBox should check to only add MPI wrapper for compiler that exist(?)