Re: [eigen] Hang on gfortran ABI info detection during ctest

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

I have to update this page of the wiki. The testsuite.cmake script is
not really needed anymore. It's simpler to make your own script doing
something like this:

make -p build-XXX
cd build-XXX
CXX="compiler" cmake path/to/src [cmake_arguments]
ctest -D Nightly

or:

ctest -D Continuous


regarding your precise issue, I've never hit it, even with ICC. Maye
this is a cmake issue, do you have a recent version of cmake?

gael

On Wed, Feb 8, 2012 at 5:32 PM, Rhys Ulerich <rhys.ulerich@xxxxxxxxx> wrote:
> Hi all,
>
> While attempting to set up cron entries to submit to cdash following
> http://eigen.tuxfamily.org/index.php?title=Tests, I am seeing ctest
> hang right after the line
>  -- Detecting Fortran compiler ABI info
> where the Fortran compiler in question is gfortran.
>
> Has anyone else run into such a hang?  Anyone have suggestions for how
> to debug the hang?
>
> I ask because I'm trying to get some automated cdash submissions in
> before the 3.0.5 release.  You can see some Intel-related issues at
> http://eigen.tuxfamily.org/CDash/index.php?project=Eigen&date=2012-02-07
> under site 'rhys-setun'
>
> Thanks,
> Rhys
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/