On Sep 21, 2013, at 12:32 PM, Satish Balay <[email protected]> wrote:
> This is the alternate way of switching from 'gmake' to 'make'. Also > this is also doing a sequential build [not parallel build] - thus > perhaps bypassing the parallel build issues you might have on your > machine. > > Parallel build would be: make -f gmakefile PETSC_ARCH=arch-macosx-gnu-O -j 8 > This works. > Satish > > On Sat, 21 Sep 2013, Mark F. Adams wrote: > >> Satish, sorry threads have been getting mixed up. Jed suggested this: >> >> $ make -f gmakefile PETSC_ARCH=arch-macosx-gnu-O >> >> And it got past this problem. I'm now missing some of the new methods that >> Jed added. >> >> On Sep 21, 2013, at 11:17 AM, Satish Balay <[email protected]> wrote: >> >>>>>>>> >>> /Users/markadams/Codes/petsc/arch-macosx-gnu-O/bin/mpicc -c -fPIC -Wall >>> -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -O >>> -I/Users/markadams/Codes/petsc/include >>> -I/Users/markadams/Codes/petsc/arch-macosx-gnu-O/include >>> -I/opt/local/include -MMD -MP >>> src/vec/is/is/impls/general/ftn-auto/generalf.c -o >>> arch-macosx-gnu-O/obj/src/vec/is/is/impls/general/ftn-auto/generalf.o >>> gmake[2]: *** read jobs pipe: Undefined error: 0. Stop. >>> gmake[2]: *** Waiting for unfinished jobs.... >>> gmake[1]: *** [gnumake] Error 141 >>> <<<<< >>> >>> For some reason gmake is misbehaving on your machine? Previously you had >>> a gmake error in --download-mpich part of the build. >>> >>> Perhaps you can try: >>> >>> --with-make=make >>> >>> Satish >>> >>> On Sat, 21 Sep 2013, Mark F. Adams wrote: >>> >>> >>> [NON-Text Body part not included] >>> >>> >> >> >
