1
1

Updated soh-xcpu component. Not going to be used for time being.

This commit was SVN r10343.
Этот коммит содержится в:
Sushant Sharma 2006-06-13 23:25:46 +00:00
родитель b5a16b6515
Коммит ca01291aea
6 изменённых файлов: 12 добавлений и 24 удалений

Просмотреть файл

@ -7,7 +7,7 @@
# reserved. # reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, # Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved. # University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California. # Copyright (c) 2004-2006 The Regents of the University of California.
# All rights reserved. # All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #

Просмотреть файл

@ -8,7 +8,7 @@
# reserved. # reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, # Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved. # University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California. # Copyright (c) 2004-2006 The Regents of the University of California.
# All rights reserved. # All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #
@ -20,18 +20,11 @@
# MCA_soh_xcpu_CONFIG([action-if-found], [action-if-not-found]) # MCA_soh_xcpu_CONFIG([action-if-found], [action-if-not-found])
# ----------------------------------------------------------- # -----------------------------------------------------------
AC_DEFUN([MCA_soh_xcpu_CONFIG],[ AC_DEFUN([MCA_soh_xcpu_CONFIG],[
OMPI_CHECK_XCPU([soh_xcpu], [soh_xcpu_good=1], [soh_xcpu_good=0]) soh_xcpu_good=0
# no need for soh_xcpu for time being
# if xcpu is present and working, soh_xcpu_good=1. # if xcpu is present and working, soh_xcpu_good=1.
# Evaluate succeed / fail # Evaluate succeed / fail
AS_IF([test "$soh_xcpu_good" = "1"], AS_IF([test "$soh_xcpu_good" = "1"],
[soh_xcpu_WRAPPER_EXTRA_LDFLAGS="$soh_xcpu_LDFLAGS" [$1], [$2])
soh_xcpu_WRAPPER_EXTRA_LIBS="$soh_xcpu_LIBS"
$1],
[$2])
# set build flags to use in makefile
AC_SUBST([soh_xcpu_CPPFLAGS])
AC_SUBST([soh_xcpu_LDFLAGS])
AC_SUBST([soh_xcpu_LIBS])
])dnl ])dnl

Просмотреть файл

@ -8,7 +8,7 @@
# reserved. # reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, # Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved. # University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California. # Copyright (c) 2004-2006 The Regents of the University of California.
# All rights reserved. # All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #

Просмотреть файл

@ -7,7 +7,7 @@
* reserved. * reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved. * University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California. * Copyright (c) 2004-2006 The Regents of the University of California.
* All rights reserved. * All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *

Просмотреть файл

@ -7,7 +7,7 @@
* reserved. * reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved. * University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California. * Copyright (c) 2004-2006 The Regents of the University of California.
* All rights reserved. * All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *

Просмотреть файл

@ -7,7 +7,7 @@
* reserved. * reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved. * University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California. * Copyright (c) 2004-2006 The Regents of the University of California.
* All rights reserved. * All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
@ -87,11 +87,6 @@ static int orte_soh_xcpu_open(void)
static orte_soh_base_module_t* orte_soh_xcpu_init(int *priority) static orte_soh_base_module_t* orte_soh_xcpu_init(int *priority)
{ {
if (!orte_process_info.seed){
fprintf(stderr, "soh_xcpu: no seed found\n");
return NULL;
}
*priority = mca_soh_xcpu_component.priority; *priority = mca_soh_xcpu_component.priority;
orte_soh_xcpu_module_init();/*do we need this???*/ orte_soh_xcpu_module_init();/*do we need this???*/
return &orte_soh_xcpu_module; return &orte_soh_xcpu_module;