Browse Source

documentation about mscv batch scripts

Nathalie Furmento 12 years ago
parent
commit
ea3dbf0420
2 changed files with 24 additions and 0 deletions
  1. 1 0
      ChangeLog
  2. 23 0
      INSTALL

+ 1 - 0
ChangeLog

@@ -129,6 +129,7 @@ Small features:
   * New configure option --enable-mpi-progression-hook to enable the
     activity polling method for StarPU-MPI.
   * Permit to disable sequential consistency for a given task.
+  * New batch files to run StarPU applications with Microsoft Visual C
 
 Changes:
   * Fix the block filter functions.

+ 23 - 0
INSTALL

@@ -19,6 +19,7 @@ Contents
 
 * Installing StarPU on a Unix machine
 * Installing StarPU on Windows
+* Running StarPU Applications on Microsoft Visual C
 
 
 
@@ -213,3 +214,25 @@ autogen.sh part.
    and set the StarPU bin directory in your path.
 
    export PATH=<StarPU installation directory>/bin:$PATH
+
+
+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/msvc.
+
+To execute a StarPU application, you first need to set the environment
+variable STARPUPATH.
+
+cd c:\cygwin\home\ci\starpu\
+set STARPUPATH=c:\cygwin\home\ci\starpu\
+cd bin\msvc
+starpu_exec.bat starpu_simple.c
+
+The batch script will run Microsoft Visual C with a basic project file
+to run the given application.
+
+The batch script starpu_clean.bat can be used to delete all
+compilation generated files.
+