Checking if anyone has gotten these four errors. I pulled a dev version last week and just built it this morning.<br><br><br>mgf.c: In function ‘pcmgsetgalerkin_’:<br>mgf.c:95: error: too few arguments to function ‘PCMGSetGalerkin’<br>
<br><br>tsf.c: In function ‘tscomputeifunction_’:<br>tsf.c:206: error: too few arguments to function ‘TSComputeIFunction’<br>
tsf.c: In function ‘tscomputeijacobian_’:<br>tsf.c:212: error: too few arguments to function ‘TSComputeIJacobian’<br>tsf.c: In function ‘tsstep_’:<br>tsf.c:277: error: too many arguments to function ‘TSStep’<br>tsf.c: In function ‘tssolve_’:<br>

tsf.c:282: error: too few arguments to function ‘TSSolve’<br>/usr/bin/ar: tsf.o: No such file or directory<br><br><br>My config script:<br><br>#!/bin/bash -x<br><br>CFLG="--CFLAGS=-fopenmp -msse2 -mfpmath=sse -g -ggdb"<br>
FFLG="--FFLAGS=-fopenmp -g"<br>MPI_DIR="--with-mpi-dir=$MPICH2_HOME"<br>LAD="--download-c-blas-lapack=yes --download-f-blas-lapack=yes"<br>HYP="--download-hypre=1"<br>CUD="--with-cuda-dir=/soft/cuda-4.0/cuda"<br>
./config/configure.py $MPI_DIR $LAD $CFLG $FFLG $HYP $CUD \<br>--with-cudac="nvcc -m64" \<br>--with-precision=double \<br>--with-clanguage=c \<br>--with-cuda-arch=sm_20 \<br> $HDF PETSC_ARCH=structgrid_cuda<br><br>
<br>Daniel Lowell<br>MCS-LANS<br><br>