automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

selectively building with mpi


From: Adam Mercer
Subject: selectively building with mpi
Date: Mon, 4 Oct 2010 11:55:37 -0500

Hi

In one of our projects we have one code that can be built using
${MPICC} (if it is available), but not other codes. How can I specify
to use ${MPICC} for one code, but ${CC} for the others. Also if
${MPICC} is not found, by AX_MPI, the code can fall back to be built
using ${CC}?

So I guess I'm asking how to build one code using a different compiler
than the others?

Cheers

Adam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]