Matt, I am trying to build PETSc with A-MPI. First problem, your configure tests use int main() instead of the (correct?) int main(int, char**); This fails with A-MPI because it actually has to change main() to virtualize things. When can I expect this fixed in BuildSystem? Thanks Barry