📄 smr_base_local_functions.c
字号:
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ *//** @file: *//* * includes */#include "orte_config.h"#include "orte/orte_constants.h"#include "opal/class/opal_list.h"#include "opal/mca/mca.h"#include "orte/mca/smr/base/smr_private.h"/* these functions will default to SUCCESS so that environments * that do not provide any support will not fail. This is * particularly important for the "begin_monitoring" function * as some systems can call this without that support */int orte_smr_base_begin_monitoring_not_available(orte_job_map_t *map, orte_gpr_trigger_cb_fn_t cbfunc, void *user_tag){ return ORTE_SUCCESS;}int orte_smr_base_module_finalize_not_available (void){ return ORTE_SUCCESS;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -