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
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
| /* 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 |
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.
I hereby claim:
To claim this, I am signing this object:
~/packages~/packages/apache-ant-1.9.9| license: gpl-3.0 |