Mentions légales du service

Skip to content

Create a compiler wrapper for parcoach

Philippe Virouleau requested to merge wrapper into master

Fixes #28 (closed).

This makes it easy to integrate parcoach in autotools/cmake projects; for instance for OSU it can be used the following way:

export OMPI_CXX=clang++-15
export OMPI_CC=clang-15
./configure CC="parcoach-wrapper mpicc" CXX="parcoach-wrapper mpicxx" LD=ld
make
Edited by Philippe Virouleau

Merge request reports