Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] StarPU make check failure

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] StarPU make check failure


Chronologique Discussions 
  • From: Nathalie Furmento <nathalie.furmento@labri.fr>
  • To: Jonathan Hogg <jonathan.hogg@stfc.ac.uk>
  • Cc: starpu-devel@lists.gforge.inria.fr
  • Subject: Re: [Starpu-devel] StarPU make check failure
  • Date: Thu, 02 Feb 2012 16:37:45 +0100
  • List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel>
  • List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>

On 02/02/2012 11:58, Jonathan Hogg wrote:
On 02/02/12 10:57, Ludovic Courtès wrote:
grep ^host= config.log
grep STARPU_USE_ include/*config.h

[jhogg@jhogg] /usr/local/src/starpu-1.0.0rc1$ grep ^host= config.log
host='x86_64-unknown-linux-gnu'
[jhogg@jhogg] /usr/local/src/starpu-1.0.0rc1$ grep STARPU_USE_ include/*config.h
#define STARPU_USE_CPU 1
/* #undef STARPU_USE_CUDA */
#define STARPU_USE_OPENCL 1
/* #undef STARPU_USE_GORDON */
/* #undef STARPU_USE_MPI */
/* #undef STARPU_USE_GTK */


The test you report as failing is submitting a huge number of tasks. make check kills tests after a specific timeout. it could be you are running it on a slow machine, and it does not have the time to finish properly.

You can either re-run configure with the option --enable-slow-machine. That will lower default values for the testcases run by make check. Or(/and) you can also set the environment variable STARPU_TIMEOUT_ENV to 6000 when running make check (the default timeout is 600).

Thanks,

Nathalie





Archives gérées par MHonArc 2.6.19+.

Haut de le page