Objet : Developers list for StarPU
Archives de la liste
- From: giorgos matheou <geomat88@gmail.com>
- To: Samuel Thibault <samuel.thibault@inria.fr>, giorgos matheou <geomat88@gmail.com>, starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] Executing Cholesky with StarPU
- Date: Thu, 11 May 2017 16:11:49 +0300
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=geomat88@gmail.com; spf=Pass smtp.mailfrom=geomat88@gmail.com; spf=None smtp.helo=postmaster@mail-lf0-f49.google.com
- Ironport-phdr: 9a23:FV0HXRNJBqJws9vmccMl6mtUPXoX/o7sNwtQ0KIMzox0Ivn5rarrMEGX3/hxlliBBdydsKMYzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFHiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARWdZXMlRWSxPDI2/YYUSEeQOIf1VoJPhq1YUtxayGRWgCeHpxzRVhnH2x6o60+E5HAHJ3QwgGMgOsHvTrNXuKawSVPq6zLXIzTrdaPNWxCr25Y/Hch8/pvGMWKh/cdbSxEQsDA7FgVCQppbkPzORzOgCr2+b7+95WO+plmUpqBlxryCxysswjoTFnIEYx1De+Sln3Yo4Jce0RUF/bNOiDZBerTuVN5FsTcMnW2xouDg1yrkBuZOjeSgF0pUnxxrGZ/yDfYiE/gvvVOieLDp8nn5ld7W/hxG98Uik1OLwTNW70FFPriZdk9nMsG4C1wDL58SZVvdw+l2t1DWP2gzJ9O1IPEA5mbDUJpMl2rIwk4AcsUXHHi/4gkX2i6qWe10r+ue27OTnZ6/ppoOfOoJ3kQz+PaEulda+AeQ8KAQBQ2+b+eGk2L354UL5WKlKjuExkqTBq5DaOd4UprShAw9Iy4os9giwDym439QchnQHKFNFeAmbj4jyIV3OL/74DfClg1Sjjjhn3fHGPrv7ApXMNHfPirnhfawuo3JbnTE6yM1S49poCrALKe/3Rgelr9XdExI9dRC0wuzuFdFh/oIYQ2OGRKGDZueavl6P/O0oOKGJbZMVtTHgY6wq6vnrhGNpyXcSeKCo2d0cb3XuWrx9P0yDeWepjtofHGMiugslUPesh1OFSzFeIXe0RaM1oD8hW6y8CoKWSYGqmrOGx2++F4FWa2dbQgSDHHDtfpnUC98DbSuTJolqlTlSBuvpcJMoyRz77Fyy8LFgNOeBv3RA7Z8=
- 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>
Hello again Samuel,
Great! Thank you very much.On Thu, May 11, 2017 at 3:15 PM, Samuel Thibault <samuel.thibault@inria.fr> wrote:
Hello,
giorgos matheou, on jeu. 11 mai 2017 15:00:44 +0300, wrote:
> Well I need the Cholesky benchmarks for comparison purposes. So it is OK since
> other frameworks have the same implementation.
Perhaps there is a misunderstanding: I'm saying that the implementation
shipped within StarPU may not be a so good StarPU implementation, while
Chameleon does provide a well-benchmarked StarPU implementation.
> The execution terminates with the following error:
> [n081:29365] too many retries sending message to 0x0075:0x00030d11, giving up
> [n082:25251] too many retries sending message to 0x0075:0x00030d11, giving up
This looks like an issue in the MPI implementation.
> Also, I am receiving these warnings:
> [starpu][check_bus_config_file] No performance model for the bus,
> calibrating...
> [starpu][check_bus_config_file] ... done
That is expected: the first time you run StarPU it checks the machine.
> For each node:
> [starpu][_starpu_mpi_print_thread_level_support] MPI_Init_thread level =
> MPI_THREAD_SERIALIZED; Multiple threads may make MPI calls, but only one at a
> time.
That is just informational actually, we have just removed it.
> For the execution I use these commands:
> export STARPU_CALIBRATE=1
>
> STARPU_SCHED=dmdas mpirun --npernode 1 ./starpu-1.1.7/mpi/examples/
> matrix_decomposition/mpi_cholesky_distributed -size $MATRIX_SIZE -nblocks $
> ((MATRIX_SIZE/BLOCK_SIZE))
That should be fine.
I however notice that you are using starpu 1.1.7. The 1.1 branch is
very old, you should really used starpu 1.2.2 which has just been
released.
Samuel
- [Starpu-devel] Executing Cholesky with StarPU, giorgos matheou, 11/05/2017
- Re: [Starpu-devel] Executing Cholesky with StarPU, Samuel Thibault, 11/05/2017
- Re: [Starpu-devel] Executing Cholesky with StarPU, Samuel Thibault, 11/05/2017
- Re: [Starpu-devel] Executing Cholesky with StarPU, giorgos matheou, 11/05/2017
- Re: [Starpu-devel] Executing Cholesky with StarPU, Samuel Thibault, 11/05/2017
- Re: [Starpu-devel] Executing Cholesky with StarPU, giorgos matheou, 11/05/2017
- Re: [Starpu-devel] Executing Cholesky with StarPU, Samuel Thibault, 11/05/2017
- Re: [Starpu-devel] Executing Cholesky with StarPU, Samuel Thibault, 11/05/2017
Archives gérées par MHonArc 2.6.19+.