|
@@ -1,7 +1,7 @@
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
#
|
|
#
|
|
# Copyright (C) 2009-2011 Université de Bordeaux 1
|
|
# Copyright (C) 2009-2011 Université de Bordeaux 1
|
|
-# Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
|
|
|
|
+# Copyright (C) 2010, 2011, 2013 Centre National de la Recherche Scientifique
|
|
#
|
|
#
|
|
# Redistribution and use in source and binary forms, with or without
|
|
# Redistribution and use in source and binary forms, with or without
|
|
# modification, are permitted provided that the following conditions
|
|
# modification, are permitted provided that the following conditions
|
|
@@ -44,3 +44,6 @@ Instructions on how to compile and run StarPU examples
|
|
% STARPU_NCPU=0 ./vector_scal
|
|
% STARPU_NCPU=0 ./vector_scal
|
|
% STARPU_NCPU=0 STARPU_NCUDA=0 ./vector_scal
|
|
% STARPU_NCPU=0 STARPU_NCUDA=0 ./vector_scal
|
|
|
|
|
|
|
|
+% make hello_world_plugin
|
|
|
|
+% ./hello_world_plugin
|
|
|
|
+
|