![]() |
Octopus 16.0
real-space, real-time, TDDFT code
|
#include <config.h>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <fortran_types.h>
Macros | |
#define | CUFFT_SAFE_CALL(x) cufft_safe_call((x), #x, __FILE__, __LINE__) |
Typedefs | |
typedef int | cufftHandle |
typedef int | CUdeviceptr |
typedef int | cudaStream_t |
Functions | |
void | FC_FUNC_ (cuda_fft_plan3d, CUDA_FFT_PLAN3D)(cufftHandle **plan |
void | FC_FUNC_ (cuda_fft_destroy, CUDA_FFT_DESTROY)(cufftHandle **plan) |
void | FC_FUNC_ (cuda_fft_execute_d2z, CUDA_FFT_EXECUTE_D2Z)(cufftHandle **plan |
Variables | |
void fint * | nx |
void fint fint * | ny |
void fint fint fint * | nz |
void fint fint fint fint * | type |
void fint fint fint fint cudaStream_t ** | stream |
void CUdeviceptr ** | idata |
void CUdeviceptr CUdeviceptr ** | odata |
typedef int cufftHandle |
typedef int CUdeviceptr |
typedef int cudaStream_t |
void FC_FUNC_ | ( | cuda_fft_plan3d | , |
CUDA_FFT_PLAN3D | |||
) |
void FC_FUNC_ | ( | cuda_fft_destroy | , |
CUDA_FFT_DESTROY | |||
) |
void FC_FUNC_ | ( | cuda_fft_execute_d2z | , |
CUDA_FFT_EXECUTE_D2Z | |||
) |
void fint* nx |
void fint fint fint fint cudaStream_t** stream |
void CUdeviceptr** idata |
void CUdeviceptr CUdeviceptr** odata |