Releases: Manuzor/MassivelyParallel
Exam Submission
Note: 7-zip is required to unzip the release packages.
Exam Submission
There are two packages you can download:
MassivelyParallel_Built.7z
Contains the built binaries for 32 and 64 bit Windows systems using nVidia graphics cards. Use the RunExamTaskX.bat
files to run the appropriate executables with proper working directories.
Note: The RunExamTaskX.bat
files only run the 64 bit versions of the bianries. If you need to run the 32 bit versions for some reason, edit the .bat files and replace x64Release
with Win32Release
. Alternatively you can just run the binaries located under the Output/ dir from a commandline. Just make sure the working directory is at the level of the .sln
file.
MassivelyParallel_Source.7z
Contains the minimum amount of source code and dependencies to build the projects locally, except for OpenCL specific stuff.
Runtime Dependencies
In order to run the binaries you will need to have the Visual C++ Redistributable Packages for Visual Studio 2013 installed. This is already included if you have Visual Studio 2013 installed.