[Developers] problem compiling from source
dave fournier
davef at otter-rsch.com
Thu Jun 14 14:50:35 PDT 2012
on linux box
I downloaded the source using the command.
svn co svn+ssh://davef@www.admb-project.org/trunk admb-check_betai
cd admb-check_betai
make --directory=scripts/configure/
./configure
add -m64 and -j 4 by hand to appropriate makefiles.
make debug
I get the error
df1b2lp6.cpp:342:24: error: no ‘void
laplace_approximation_calculator::do_newton_raphson_banded_mpi_slave(function_minimizer*,
double, int&)’ member function declared in class
‘laplace_approximation_calculator’
int& no_converge_flag)
so it looks like some mpi stuff is not protected by conditional macro
More information about the Developers
mailing list