This project is licensed under GNU AGPLv3, but if for some reason you need a more permissive license please let me know by creating an issue. Short description of the contents of the license:
Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.
Mpich can be installed from the repositories of the distribution, but if multiple distributions or distribution versions will be used you should install Mpich manually to guarantee the same version is installed on all the nodes. Mpich and MSMPI are not compatible and Mpich is not available on Windows, but maybe OpenMPI could work on both. The following setups have been tested:
Required packages:
- g++
- cmake
- opencl-headers
- mpi:
- mpich repo or manual (if manual do not forget the --enable-cxx flag while configuring)
- libopenmpi-dev
Required packages:
- amd-opencl-dev
- amd-libopencl1-dev
- amd-opencl-icd
- amd-clinfo
- fglrx-driver
Required packages:
- nvidia-375
- nvidia-opencl-icd-375
- nvidia-opencl-dev
PPA with extra packages (probably optional): sudo add-apt-repository ppa:oibaf/graphics-drivers
Required packages:
- ocl-icd-opencl-dev
- mesa-opencl-icd-dbg
Required programs:
- Visual Studio (tested with 2017)
- Microsoft MPI (MSMPI) v8 Hosted by Microsoft
- Driver of your graphics card
Build with CMake.
Make sure the executing user has enough pliviliges