
have it there * condense the rsh pcm into fewer files, for faster compile times * Fix return value bug in mca_pcm_base_build_base_env() This commit was SVN r2200.
25 строки
294 B
C
25 строки
294 B
C
/* -*- C -*-
|
|
*
|
|
* $HEADER$
|
|
*
|
|
*/
|
|
|
|
#include "ompi_config.h"
|
|
|
|
#include "mca/pcm/pcm.h"
|
|
#include "mca/pcm/rsh/src/pcm_rsh.h"
|
|
|
|
|
|
int
|
|
mca_pcm_rsh_kill_proc(ompi_process_name_t *name, int flags)
|
|
{
|
|
return OMPI_ERROR;
|
|
}
|
|
|
|
|
|
int
|
|
mca_pcm_rsh_kill_job(int jobid, int flags)
|
|
{
|
|
return OMPI_ERROR;
|
|
}
|