Objet : Developers list for StarPU
Archives de la liste
Re: [Starpu-devel] Issues met during installing and configuration of StarPU
Chronologique Discussions
- From: Samuel Thibault <samuel.thibault@labri.fr>
- To: 11610515 <11610515@mail.sustech.edu.cn>
- Cc: Starpu Devel <starpu-devel@lists.gforge.inria.fr>
- Subject: Re: [Starpu-devel] Issues met during installing and configuration of StarPU
- Date: Sun, 10 Mar 2019 21:51:56 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=samuel.thibault@labri.fr; spf=Neutral smtp.mailfrom=samuel.thibault@ens-lyon.org; spf=Pass smtp.helo=postmaster@hera.aquilenet.fr
- Ironport-phdr: 9a23:0DBY8xSBYG7IiAbeJJ0RaTEatNpsv+yvbD5Q0YIujvd0So/mwa6yZx2N2/xhgRfzUJnB7Loc0qyK6vimATVIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfK9+IA+qoQnMq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4rx1QxH0ligIKz858HnWisNuiqJbvAmhrAF7z4LNfY2ZKOZycqbbcNgHR2ROQ9xRWjRPDI28cYUBEukPPehXoIbhulQBrxy+Cge3CePz1jNFnGP60bEg3ug/FwzNwQwuH8gJsHTRtNj7Kb0dUeWozKbWyTXIcu1Y2Tf86IfTaB8hvPWMXa5tesfW0kkgDQbFjkiOpozhJT+VyuQNs2mA4OV6SOKvj3Inphp1oje13cgskIjJipgbylDe7Ch0xps+K96gSENjfNKpE5tduzuEO4Z4TM4uWXxktDomxrEcpJK3ZCoHxZY9yxLCdfCKd5KE7gzjWeqMOzt0mW5pdbK5ih2v60av0Pf8WdOx0FtSripKjN3MtncV2hzT9MeHUOFy8l271jaWygDT6+VELl4ylaXFN54t2LAwloALvUTCGC/5hln2gbeLekgn+uWk8frrb7voq5OGKoN4lh3yPr4zlsCnBOQ3KAkOX2yV+eSm073j+FX0QK5Qgf0zj6nWrpTaKd4Hpq65Ag9ayZws6wu7Dze6y9kXg38HLElcdBKDj4npPFfOLOr/DfeljFSgiC1ryOzePr39HpXNKWDOkKz9fbln8U5c0BczwclC6J1KFLEOPvbzV1T1tNzZFR85Lxe0z/zoCNVz0YMeQ22PDbGDPKPTt1+I/OMvLPOWaI8bojauY8Qisqe30yZhxAZANf3whMVOMC3hQ9xjKkSdJ2HxmcsMGmdMswYjCufs3g6sSzlWMk27Wr8x4nkHCIOsBJrHWsj5m7WEwSq/WIFWZ2pPF1SQOXPhfZ+FHfkWPnHBavR9myAJAODyA7Qq0guj4Uqjk+I+f7jkvxYAvJem7+BboujalBU87ztxVpjP3meWCmVlmWVOQCU5jvom/R5Nj2yb2K09uMR2UMRJ7qoRAAMzP4TdieJgWYirB1DxO+yRQVPjee2IRDE8StVoko0Oblx0Xdy7kxHH0iynH/kbje7SCQ==
- 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>
- Organization: I am not organized
Hello,
When reporting an issue, please
- always keep the mailing list in Cc, so that I am not the only
recipient of the mail. Writing to me only means risking falling in the
middle of my vacations and thus not getting an answer for weeks, or that
I just don't have the time to answer and thus you would at best get a
terse answer, or worse, no answer at all... Conversely, keeping the list
in Cc means avoiding all these issues completely, you'll involve all the
community to help you, make the answers you get available to everyone,
and even archived for web crawlers to find them whenever somebody has
the same issue.
- always give a full log of what you ran and all messages, as well as
the content of config.log, so we have an idea of what happened, and not
only the last piece of the puzzle, because
11610515, le ven. 08 mars 2019 20:54:47 +0800, a ecrit:
> 1. compile error:
> /tmp/ccptjItE.o:(.data+0xf0): undefined reference to
> `scal_cpu_func'
> /tmp/ccptjItE.o:(.data+0xf8): undefined reference to
> `scal_sse_func'
> /tmp/ccptjItE.o:(.data+0x110): undefined reference to
> `scal_cuda_func'
with only that information, I just have no clue.
> collect2: error: ld returned 1 exit status
> I think it may be caused by some dynamic link library missing.
No, it's supposed to be shipped by the .c file next to it. But without
the make log, I can't know what happened.
> 2. runtime error:
> We can execute the most of binary example files, yet the
> execution
> failed when we met the binary files which need multiple cores.
What do you mean by "needs multiple cores"? Which examples are they
exactly?
> We have tried to solve these problems above by:
> 1. configuring the environment variables, which helped us
> successfully
> build hello_world file,
What did you do?
> but compilation still failed on the most of example files.
What did you get?
Samuel
- Re: [Starpu-devel] Issues met during installing and configuration of StarPU, Samuel Thibault, 10/03/2019
Archives gérées par MHonArc 2.6.19+.