job-1-check-windows.bat 1.1 KB

12345678910111213141516171819202122232425262728
  1. REM StarPU --- Runtime system for heterogeneous multicore architectures.
  2. REM
  3. REM Copyright (C) 2013-2021 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 oldPATH=%PATH%
  17. set PATH=C:\MinGW\msys\1.0\bin;c:\MinGW\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64;C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32;%PATH%
  18. sh -c "./job-1-build-windows.sh"
  19. set PATH=%oldPATH%
  20. set HWLOC=c:\StarPU\hwloc-win32-build-1.11.0
  21. cd starpu_install
  22. set STARPU_PATH=%cd%
  23. cd bin\msvc
  24. starpu_exec ../../share/doc/starpu/tutorial/hello_world_msvc.c