|
@@ -1,5 +1,9 @@
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
#
|
|
#
|
|
|
|
+# Copyright (C) 2012 Inria
|
|
|
|
+# Copyright (C) 2012,2015,2017 CNRS
|
|
|
|
+# Copyright (C) 2012-2014 Université de Bordeaux
|
|
|
|
+#
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or (at
|
|
# the Free Software Foundation; either version 2.1 of the License, or (at
|
|
@@ -10,7 +14,7 @@
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
#
|
|
#
|
|
# See the GNU Lesser General Public License in COPYING.LGPL for more details.
|
|
# See the GNU Lesser General Public License in COPYING.LGPL for more details.
|
|
-
|
|
|
|
|
|
+#
|
|
# Avoid using nvcc when making a coverity build, nvcc produces millions of
|
|
# Avoid using nvcc when making a coverity build, nvcc produces millions of
|
|
# lines of code which we don't want to analyze. Instead, build dumb .o files
|
|
# lines of code which we don't want to analyze. Instead, build dumb .o files
|
|
# containing empty functions.
|
|
# containing empty functions.
|