Checking if anyone has gotten these four errors. I pulled a dev version last week and just built it this morning.
mgf.c: In function ?pcmgsetgalerkin_?: mgf.c:95: error: too few arguments to function ?PCMGSetGalerkin? tsf.c: In function ?tscomputeifunction_?: tsf.c:206: error: too few arguments to function ?TSComputeIFunction? tsf.c: In function ?tscomputeijacobian_?: tsf.c:212: error: too few arguments to function ?TSComputeIJacobian? tsf.c: In function ?tsstep_?: tsf.c:277: error: too many arguments to function ?TSStep? tsf.c: In function ?tssolve_?: tsf.c:282: error: too few arguments to function ?TSSolve? /usr/bin/ar: tsf.o: No such file or directory My config script: #!/bin/bash -x CFLG="--CFLAGS=-fopenmp -msse2 -mfpmath=sse -g -ggdb" FFLG="--FFLAGS=-fopenmp -g" MPI_DIR="--with-mpi-dir=$MPICH2_HOME" LAD="--download-c-blas-lapack=yes --download-f-blas-lapack=yes" HYP="--download-hypre=1" CUD="--with-cuda-dir=/soft/cuda-4.0/cuda" ./config/configure.py $MPI_DIR $LAD $CFLG $FFLG $HYP $CUD \ --with-cudac="nvcc -m64" \ --with-precision=double \ --with-clanguage=c \ --with-cuda-arch=sm_20 \ $HDF PETSC_ARCH=structgrid_cuda Daniel Lowell MCS-LANS -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20111017/5b8c0d14/attachment.html>
