Objet : Developers list for StarPU
Archives de la liste
- From: Xavier Teruel <xavier.teruel@bsc.es>
- To: starpu-devel@lists.gforge.inria.fr
- Subject: [Starpu-devel] Installing StarPU 1.2.0 (problems with icc)
- Date: Wed, 11 Jan 2017 15:45:33 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=xavier.teruel@bsc.es; spf=Pass smtp.mailfrom=xavier.teruel@bsc.es; spf=None smtp.helo=postmaster@opsmail01.bsc.es
- Ironport-phdr: 9a23:DA4d8BdT1Bau43lzueNKX60ylGMj4u6mDksu8pMizoh2WeGdxcu9bB7h7PlgxGXEQZ/co6odzbGH7+a6CSdevt6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCzbL52Ixi6txvdu8oZjYZjKKs61wfErGZPd+lK321jOEidnwz75se+/Z5j9zpftvc8/MNeUqv0Yro1Q6VAADspL2466svrtQLeTQSU/XsTTn8WkhtTDAfb6hzxQ4r8vTH7tup53ymaINH2QLUpUjms86tnVBnlgzoBOjUk8m/Yl9ZwgbpFrhyhuhJxwIDab4+aO/Vica3QZs8aSGlbU8pNSyBMDIGxYo0SBOQBJ+ZYqIz9qkMPohSkGwmsBf3gyiVVjXHow6I6yfkhHh/C3Ac9GN8Pv27brMv0NKgMS+C51rXIwivZb/NLxzj97JPFfQs6of6QR75/b9HRxFApGgjYgFuQronlMCmU1uQLq2WU9PFgWv61h2E5sAF8pCWkyMQ0ioTRhY8YxUrI+CZ6zYovJdC0VlR3bNCrHZdItCyXOJF6T8AhTm1yuCs21qcKtYCncCUJzpks2gTRZOadc4eS5xLuTOaRLil8hHJiYL+/gA6y8VOlyuLmV8m01EpGojdfntbXrXACywbf5dacSvdl/0eh3yiA1xzL5+xHLk04j6nWJp07zrMwiJYfq0rOEyDulEXzlqCWd0Ek+uay6+TgZ7XrvpCdOJVqigH/LKsugNazAfgmPQgUQmiU5+C82ab48k3iXLpGlOM5krLBvJDAOcsbvrK5AxNS0os78Ba/Ey2p0M4AnXkaNV5KZQyIj5b3NFHKO/34Cfa/g0+wkDdw3fzGMbPhApLXLnjMjrjtZ7d960hGyAoy199T/ZxUCqtSaM70D1TtvcbAE1o1PhK5x87jCc5hzcURV2WVDaLfMaXIsFbO6Ph8DfOLYdolsSj8JuJt2/P0kHI90QsNdLeo0IFRdH2iA/liC0+CajzhmYFSQi8xogMiQbmy2xW5WjlJaiPqUg==
- 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,
I am trying to install StarPU 1.2.0 in a computer using the following configuration command:
$ ../../../sources/starpu-1.2.0/configure --prefix=/home/bsc56/bsc56678/apps/nvidia/starpu-1.2/ --with-hwloc=//home/bsc56/bsc56678/apps/nvidia/hwloc-1.7
If I use the following compiler:
icc (ICC) 16.0.2 20160204
Copyright (C) 1985-2016 Intel Corporation. All rights reserved.
I am getting this error:
In file included from /usr/local/cuda/include/cuda_runtime.h(76),
from ../../../../../sources/starpu-1.2.0/mpi/tests/ring_kernel.cu(0):
/usr/local/cuda/include/host_config.h(79): error: #error directive: -- unsupported ICC configuration! Only ICC 15.0 on Linux x86_64 is supported!
#error -- unsupported ICC configuration! Only ICC 15.0 on Linux x86_64 is supported!
^
When I use the following compiler:
ifort (IFORT) 15.0.0 20140723
Copyright (C) 1985-2014 Intel Corporation. All rights reserved.
I am getting this error:
../../../../../sources/starpu-1.2.0/include/fstarpu_mod.f90(1435): error #8520: An array dummy argument of a BIND(C) procedure must be an explicit shape or assumed size array. [ARGLIST]
subroutine fstarpu_task_insert(arglist) bind(C)
-----------------------------------------------^
../../../../../sources/starpu-1.2.0/include/fstarpu_mod.f90(1439): error #8520: An array dummy argument of a BIND(C) procedure must be an explicit shape or assumed size array. [ARGLIST]
subroutine fstarpu_insert_task(arglist) bind(C,name="fstarpu_task_insert")
-----------------------------------------------^
../../../../../sources/starpu-1.2.0/include/fstarpu_mod.f90(1444): error #8520: An array dummy argument of a BIND(C) procedure must be an explicit shape or assumed size array. [BUFFERLIST]
subroutine fstarpu_unpack_arg(cl_arg,bufferlist) bind(C)
-----------------------------------------------------^
Is that a known issue? Could you provide some help?
Best regards,
Xavier Teruel-García
WARNING / LEGAL TEXT: This message is intended only for the use of the
individual or entity to which it is addressed and may contain
information which is privileged, confidential, proprietary, or exempt
from disclosure under applicable law. If you are not the intended
recipient or the person responsible for delivering the message to the
intended recipient, you are strictly prohibited from disclosing,
distributing, copying, or in any way using this message. If you have
received this communication in error, please notify the sender and
destroy and delete any copies you may have received.
http://www.bsc.es/disclaimer
- [Starpu-devel] Installing StarPU 1.2.0 (problems with icc), Xavier Teruel, 11/01/2017
- Re: [Starpu-devel] Installing StarPU 1.2.0 (problems with icc), Samuel Thibault, 11/01/2017
- Re: [Starpu-devel] Installing StarPU 1.2.0 (problems with icc), Xavier Teruel, 12/01/2017
- Re: [Starpu-devel] Installing StarPU 1.2.0 (problems with icc), Samuel Thibault, 11/01/2017
Archives gérées par MHonArc 2.6.19+.