Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] StarPU 1.2.0 not working with CUDA 8 and Ubuntu

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] StarPU 1.2.0 not working with CUDA 8 and Ubuntu


Chronologique Discussions 
  • From: Gabriel Gazolla <gabrielgazolla@gmail.com>
  • To: Samuel Thibault <samuel.thibault@inria.fr>, Gabriel Gazolla <gabrielgazolla@gmail.com>, starpu-devel@lists.gforge.inria.fr
  • Subject: Re: [Starpu-devel] StarPU 1.2.0 not working with CUDA 8 and Ubuntu
  • Date: Tue, 14 Feb 2017 22:30:18 -0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=gabrielgazolla@gmail.com; spf=Pass smtp.mailfrom=gabrielgazolla@gmail.com; spf=None smtp.helo=postmaster@mail-yb0-f170.google.com
  • Ironport-phdr: 9a23:+xr3DheQoaJvWEL/Dgajwn4JlGMj4u6mDksu8pMizoh2WeGdxc26ZhGN2/xhgRfzUJnB7Loc0qyN4v2mATVLu8nJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanb75/KBW7oR/NusULjoduNKQ8wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaLDMy7n3ZhdJsg6JauBKhpgJww4jIYIGOKfFyerrRcc4GSWZdW8pcUStODJ+8YYYRFuYNJPhVr477p1sSsxS+AxWsCv3vyz9QmHD6w7Ax3+AvHA3a2QAtGc8FvnbJo9XvLKoSS+K6zKfIwzvNbP1YxCnz55TTfxAkvf2BR6h9fdbNxUQtEQ7Ok1WeqZbiPzOQzukDsnKU4PF6VeKulWEnrxx6rDm1ycYtjYnJgoYVxUrZ/ih+z4Y6P8a3SFR6YdG6FJtQuDuVNopxQsMmR2Fnoj03yrIDuZGhfSgKzI4ryALYa/yCaoWF5A/oWuiWITd9nn1lebS/ig6u8Umuy+38StW030hQriZfjtbMsXUN2hrO4caEUvtw5lmt1SqL2gzJ6exJIVo4mbTGJ5Mv2LI8i5gevVjFEyTrgkv5lrWWeV8h+uWw6+TofLHmppiEOo9xkA7+M6AultW/AOsjLgQCRmab9fm+2bH/50H5T7JKjvo5kqndrp/WP9gUpqm8AwNN04Yj7QiwDyu+3dgGgXUKKEhJdRGHgoTzJV3CPf71Ae2ij1mujDtn3/XGMafgApXJIHjDirDhfbNl5k5T0gU81spf55NKBbEFL/L8QE7wtNvcDh89KQO52OnnCNBn2YMfXWKDGLOWMKTXsVOQ/OIgP/GMZJMJuDb6M/Ul/OLugmUjmV8FYKmlxIYYZ26mHvt4J0WUen7sgtYaEWcWpQoyVuPqiFOFUT5JaHa9Qbgw5jA9CIK8DIfMXJqhgLKb3HTzIpoDXWlDF12IWUvodo+NRvMQIHaJK8p8nzhCSbigQYY80Q2GtQngyrMhIPCCvmU3vJj51dVxr8LahxY28TU8W8uU2XuMQmV7l3EPQzs/9K96qE15jFyE1P48y+dEHMZL+rZFXxk3MbbYzvdmEJb9VAXbcdrPSVC8Q9zgDytidN8px84yZBNyEt+4jx3H0CO4BLsRnpSEAZU19uTX2H2iCdx6ziPp3aM7jlQiCuRGJ2qigqc3owfaDZTInkGWnrStcaAV9CHI/WaHi2GJuRcLA0ZLTazZUCVHNQPtptPj6xaHEOej
  • 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 Samuel,

I formated the computer, reinstaled ubuntu 14.04 and CUDA 8...
the CUDA software you sent me to compile and test (test.c) is running fine as I sent you the last output. But I receive nvcc warnings that you already know about the architecture, they are very annoying...

I made the starpu folder writable and build folder also.

I ran the configure with verbose enabled the output is attached.

I also ran the make check with option you recommend me, make check -k.
the execution log is attached.
i am also sending u sudo make install log

Also is attached execution of starpu_machine_display it looks like it worked fine.

What i think I made different is using the -k option on the make check - k part , I think thats why its working now...

the starpu.log file are empty, all of them in all folders: tools, test, examples and stencil.

Here are some questions:

1) Why do you think it worked now ? because of the option -k ?
2) Do you think everything is working fine? or maybe because i turned off the errors, maybe theres still errors there?
3) when are you going to release a new starpu version ?
4) am I receiving a lot of messages during starPU execution because of the configure with verbose mode ?

"[starpu][_starpu_terminate_workers] wait for worker 2
[starpu][_starpu_terminate_workers] wait for worker 3
[starpu][_starpu_barrier_destroy] reached_exit 0"

I would really appreciate to receive your feedback, I will try to install now on ubuntu 16 with CUDA 8 and see if it works,

Thanks,

Joao


On Tue, Feb 7, 2017 at 7:38 AM, Samuel Thibault <samuel.thibault@inria.fr> wrote:
Hello,

Gabriel Gazolla, on Tue 07 Feb 2017 00:36:22 -0200, wrote:
> Attached on this email are the files you requested:

Thanks

> FAIL: starpu_machine_display

Ah, that's unfortunately due to this:

> lt-starpu_machine_display: ../../src/core/debug.c:48: _starpu_open_debug_logfile: Assertion `logfile' failed.

In verbose mode, starpu writes some logs to the starpu.log file, so the
current directory needs to be writable.  You can specify another file
destination thanks to the STARPU_LOGFILENAME environment variable.

Also, I probably forgot: please run

make check -k

-k meant to make it continue even on some errors, so as to get most
available information.

Samuel



--
Gabriel Gazolla
Doutorando em Computação - IC/UFF

Attachment: configure
Description: Binary data

Attachment: make
Description: Binary data

Attachment: stapu_machine_display
Description: Binary data

Attachment: sudo
Description: Binary data




Archives gérées par MHonArc 2.6.19+.

Haut de le page