|
@@ -1,7 +1,7 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
# Copyright (C) 2009-2012 Université de Bordeaux 1
|
|
|
-# Copyright (C) 2010, 2011, 2013 Centre National de la Recherche Scientifique
|
|
|
+# Copyright (C) 2010, 2011, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
#
|
|
|
# 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
|
|
@@ -220,14 +220,14 @@ Running StarPU Applications on Microsoft Visual C
|
|
|
-------------------------------------------------
|
|
|
|
|
|
Batch files are provided to run StarPU applications under Microsoft
|
|
|
-Visual C. They are installed in path_to_starpu/bin/mvsc.
|
|
|
+Visual C. They are installed in path_to_starpu/bin/msvc.
|
|
|
|
|
|
To execute a StarPU application, you first need to set the environment
|
|
|
variable STARPUPATH.
|
|
|
|
|
|
c:\....> cd c:\cygwin\home\ci\starpu\
|
|
|
c:\....> set STARPUPATH=c:\cygwin\home\ci\starpu\
|
|
|
-c:\....> cd bin\mvsc
|
|
|
+c:\....> cd bin\msvc
|
|
|
c:\....> starpu_open.bat starpu_simple.c
|
|
|
|
|
|
The batch script will run Microsoft Visual C with a basic project file
|
|
@@ -241,10 +241,10 @@ StarPU application from the command prompt.
|
|
|
|
|
|
c:\....> cd c:\cygwin\home\ci\starpu\
|
|
|
c:\....> set STARPUPATH=c:\cygwin\home\ci\starpu\
|
|
|
-c:\....> cd bin\mvsc
|
|
|
+c:\....> cd bin\msvc
|
|
|
c:\....> starpu_exec.bat ..\..\..\..\examples\basic_examples\hello_world.c
|
|
|
|
|
|
-MVSC StarPU Execution
|
|
|
+MSVC StarPU Execution
|
|
|
...
|
|
|
/out:hello_world.exe
|
|
|
...
|