Update Time 03/13/11---18:09:10


Information from source codes

../src/pvmStart.c:

PVM.h

#ifndef PVM_H
#define PVM_H

#ifdef PVM

/* prototype begin */
#include 
#include 
extern int* pvmServerStart(char* cmd, char* argv[], FILE* fpt, int* nTask, int mode);
extern void pvmServerStartError(int numTask, int* tids, int nTask);
/* prototype end */

#endif /* PVM */

#endif /* PVM_H */