Searched defs:command (Results 1 – 1 of 1) sorted by relevance
42 #define CeedCallSystem(ceed, command, message) CeedCallBackend(CeedCallSystem_Core(ceed, command, m… argument47 static int CeedCallSystem_Core(Ceed ceed, const char *command, const char *message) { in CeedCallSystem_Core()277 std::string command; in CeedCompileCore_Cuda() local