1
1
openmpi/src/mca/pcm/rsh/src/pcm_rsh_kill.c
Brian Barrett 5011348de4 * remove the monitor function from the pcm - doesn't really make sense to
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.
2004-08-18 15:24:26 +00:00

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;
}