job-1-check-windows.bat 1.2 KB

123456789101112131415161718192021222324252627
  1. REM StarPU --- Runtime system for heterogeneous multicore architectures.
  2. REM
  3. REM Copyright (C) 2013-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. REM
  5. REM StarPU is free software; you can redistribute it and/or modify
  6. REM it under the terms of the GNU Lesser General Public License as published by
  7. REM the Free Software Foundation; either version 2.1 of the License, or (at
  8. REM your option) any later version.
  9. REM
  10. REM StarPU is distributed in the hope that it will be useful, but
  11. REM WITHOUT ANY WARRANTY; without even the implied warranty of
  12. REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. REM
  14. REM See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. REM
  16. set PATH=%PATH%;C:\MinGW\msys\1.0\bin;c:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE;c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin
  17. sh -c "./job-1-build-windows.sh"
  18. set PATH=C:\Windows\SysWOW64;C:\Program Files (x86)\Mozilla Firefox;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\SysWOW64;C:\Program Files\Java\jre7\bin;
  19. set HWLOC=c:\StarPU\hwloc-win32-build-1.11.0
  20. cd starpu_install
  21. set STARPU_PATH=%cd%
  22. cd bin\msvc
  23. starpu_exec ../../share/doc/starpu/tutorial/hello_world_msvc.c