kuqcd_init
Initialization
The program needs to call this function once before using other functions. During running, an input file needs to be added. If the executable file is run.exe and the input file is input, run the mpirun <xxx mpi parameter> ./run.exe < input command.
Interface Definition
KuQCDStatus kuqcd_init();
Return Value
Return Value |
Type |
Description |
|---|---|---|
KUQCD_SUCCESS |
int |
Successful execution |
KUQCD_ERR_INVALID_PARAM |
int |
Invalid parameter |
KUQCD_ERR_UNSUPPORTED |
int |
Unsupported option |
KUQCD_ERR_NULL_POINTER |
int |
Null pointer |
Parent topic: Function Definition