fab icon indicating copy to clipboard operation
fab copied to clipboard

Implement MPI compiler wrapper

Open hiker opened this issue 8 months ago • 3 comments

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(?)

hiker avatar Jun 17 '24 04:06 hiker