⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpijob.h

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 H
字号:
#ifndef MPIJOB_H#define MPIJOB_H#include "mpdutil.h"#include "mpd.h"// main functionsvoid ListJobs(char *host, int port, char *altphrase);void DisplayJob(char *job, char *host, int port, char *altphrase, bool bFullOutput, bool bToFile, char *filename);void KillJob(char *job, char *host, int port, char *altphrase);void ClearJobs(char *option, char *host, int port, char *altphrase);void JobsToFile(char *filename, char *option, char *host, int port, char *altphrase);// helper functionsvoid GetKeyAndValue(char *str, char *key, char *value);bool GetRankAndOption(char *str, int &rank, char *option);bool ParseTimeStamp(char *str, int &year, int &month, int &day, int &hour, int &minute, int &second);bool CompareTimeStamps(char *t1, char *t2, int &relation);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -