- got 7u80
- New login required
- version 1.9.9
- tar xzvf to
~/packages - from
~/packages/apache-ant-1.9.9
| license: gpl-3.0 |
~/packages~/packages/apache-ant-1.9.9I hereby claim:
To claim this, I am signing this object:
QtCreator complains on opening new CMakeLists.txt project that
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
| /* get number of GPUs on local host */ | |
| int getGPUCount(){ | |
| int ans=0; | |
| if(cudaGetDeviceCount(&ans) != cudaSuccess){ | |
| return 0; | |
| } | |
| return ans; | |
| } | |
| /* for multithreaded or mpi tasks, pick a GPU |
Creating a simple file I/O app using TPIE
importing tpie/tpie.h and initializing tpie subsystems for
memory and streams are required
set desired memory limit
populate data using write_stream