INSTALL
上传用户:chinafayin
上传日期:2022-04-05
资源大小:153k
文件大小:1k
源码类别:

并行计算

开发平台:

Visual C++

  1. Installation Instructions
  2. *************************
  3. Basic Installation
  4. ==================
  5. Requirements:
  6. - The CMake build system is used instead of autotools. Download
  7.   the newest version at www.cmake.org or use your distribution package
  8.   manager. For additional information, see:
  9.   http://www.cmake.org/cmake/help/documentation.html
  10. - NVIDIA CUDA Toolkit and CUDA SDK version 2.1 (or later) from:
  11.   http://www.nvidia.com/object/cuda_get.html
  12. - G++ 4.3 or later is recommended.
  13. Briefly, these commands generate Makefile, build, and install
  14. this program:
  15.     cmake .
  16.     make
  17.     make install