[petsc-users] "--with-cxx=CC" option for ./configure?

David Liu daveliu at mit.edu
Wed Jan 22 09:17:05 CST 2014


Hi,

I’m trying to run a solver code I wrote in C++ on the Kraken supercomputer.
Apparently Kraken already has a pre-built version of Petsc that is
optimized for their Cray architecture. So I try compiling my code, and as
expected, get an error message saying that “<iostream>” not found, which
I’m guessing is because Petsc wasn’t configured with
“-with-c-language=cxx”. Fair enough.

However, at the end of the error message, it gives me the list of things it
*was* configured with, and I see the flags “--with-cc=cc” and
“--with-cxx=CC”. Does anyone know what that second flag means?

best,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140122/6f4fbe21/attachment.html>


More information about the petsc-users mailing list