未验证 提交 4204ceae 编写于 作者: Z Zhou Wei 提交者: GitHub

kill op_function_generator.exe (#27005)

上级 695bfb07
...@@ -20,12 +20,12 @@ rem Paddle CI Task On Windows Platform ...@@ -20,12 +20,12 @@ rem Paddle CI Task On Windows Platform
rem ================================================= rem =================================================
rem -------clean up environment----------- rem -------clean up environment-----------
wmic process where name="op_function_generator.exe" call terminate 2>NUL
set work_dir=%cd% set work_dir=%cd%
mkdir build mkdir build
cd /d build cd /d build
tree . tree .
dir paddle\fluid\pybind\Release dir paddle\fluid\pybind\Release
taskkill /f /im op_function_generator.exe 2>NUL
rem ------initialize the virtual environment------ rem ------initialize the virtual environment------
if not defined PYTHON_ROOT set PYTHON_ROOT=C:\Python37 if not defined PYTHON_ROOT set PYTHON_ROOT=C:\Python37
...@@ -401,7 +401,7 @@ taskkill /f /im git-remote-https.exe 2>NUL ...@@ -401,7 +401,7 @@ taskkill /f /im git-remote-https.exe 2>NUL
taskkill /f /im vctip.exe 2>NUL taskkill /f /im vctip.exe 2>NUL
taskkill /f /im cvtres.exe 2>NUL taskkill /f /im cvtres.exe 2>NUL
taskkill /f /im rc.exe 2>NUL taskkill /f /im rc.exe 2>NUL
taskkill /f /im op_function_generator.exe 2>NUL wmic process where name="op_function_generator.exe" call terminate 2>NUL
taskkill /f /im python.exe 2>NUL taskkill /f /im python.exe 2>NUL
call paddle_winci\Scripts\deactivate.bat 2>NUL call paddle_winci\Scripts\deactivate.bat 2>NUL
taskkill /f /im python.exe 2>NUL taskkill /f /im python.exe 2>NUL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册