Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
3660a63d
Commit
3660a63d
authored
Dec 15, 2016
by
peastman
Browse files
Use APP SDK for OpenCL
parent
03d8f66a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
devtools/packaging/scripts/windows/build.bat
devtools/packaging/scripts/windows/build.bat
+4
-1
devtools/packaging/scripts/windows/prepare.ps1
devtools/packaging/scripts/windows/prepare.ps1
+5
-0
No files found.
devtools/packaging/scripts/windows/build.bat
View file @
3660a63d
...
@@ -2,7 +2,10 @@ mkdir build
...
@@ -2,7 +2,10 @@ mkdir build
cd
build
cd
build
set
FFTW
=
C
:\Miniconda3\pkgs\fftw3f
-
3
.3.4
-vc
14
_2\Library
set
FFTW
=
C
:\Miniconda3\pkgs\fftw3f
-
3
.3.4
-vc
14
_2\Library
"C:\Program Files\CMake\bin\cmake.exe"
..
-G
"NMake Makefiles JOM"
-DCMAKE
_BUILD_TYPE
=
Release
-DOPENMM
_GENERATE_API_DOCS
=
ON
-DFFTW
_INCLUDES
=
"
%FFTW%
/include"
-DFFTW
_LIBRARY
=
"
%FFTW%
/lib/libfftw3f-3.lib"
set
APPSDK
=
C
:\Program
Files
(
x86
)
\AMD
APP
SDK
\2.9
-
1
"C:\Program Files\CMake\bin\cmake.exe"
..
-G
"NMake Makefiles JOM"
-DCMAKE
_BUILD_TYPE
=
Release
-DOPENMM
_GENERATE_API_DOCS
=
ON
^
-DOPENCL
_INCLUDE_DIR
=
"
%APPSDK%
\include"
-DOPENCL
_LIBRARY
=
"
%APPSDK%
\lib\x86_64\OpenCL.lib"
^
-DFFTW
_INCLUDES
=
"
%FFTW%
/include"
-DFFTW
_LIBRARY
=
"
%FFTW%
/lib/libfftw3f-3.lib"
jom
jom
jom
PythonInstall
jom
PythonInstall
...
...
devtools/packaging/scripts/windows/prepare.ps1
View file @
3660a63d
...
@@ -9,6 +9,11 @@ choco install -y doxygen.portable swig cmake doxygen.install vcbuildtools git jo
...
@@ -9,6 +9,11 @@ choco install -y doxygen.portable swig cmake doxygen.install vcbuildtools git jo
wget
https://developer.nvidia.com/compute/cuda/8.0/prod/network_installers/cuda_8.0.44_win10_network-exe
-UseBasicParsing
-OutFile
cuda_8.0.44_win10_network.exe
wget
https://developer.nvidia.com/compute/cuda/8.0/prod/network_installers/cuda_8.0.44_win10_network-exe
-UseBasicParsing
-OutFile
cuda_8.0.44_win10_network.exe
.
\cuda_8.0.44_win10_network.exe
-s
compiler_8.0
cudart_8.0
cufft_8.0
cufft_dev_8.0
nvrtc_8.0
nvrtc_dev_8.0
|
Out-Null
.
\cuda_8.0.44_win10_network.exe
-s
compiler_8.0
cudart_8.0
cufft_8.0
cufft_dev_8.0
nvrtc_8.0
nvrtc_dev_8.0
|
Out-Null
# Install AMD APP SDK.
wget
https://s3.amazonaws.com/omnia-ci/AMD-APP-SDK-v2.9-1.599.381-GA-Full-windows-64.exe
-UseBasicParsing
-OutFile
AMD-APP-SDK-v2.9-1.599.381-GA-Full-windows-64.exe
.
\AMD-APP-SDK-v2.9-1.599.381-GA-Full-windows-64.exe
/S
/v/qn
|
Out-Null
# Install Miniconda.
# Install Miniconda.
wget
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe
-UseBasicParsing
-OutFile
Miniconda3-latest-Windows-x86_64.exe
wget
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe
-UseBasicParsing
-OutFile
Miniconda3-latest-Windows-x86_64.exe
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment