代码搜索结果
找到约 820,005 项符合
if 的代码
configure.in
# -*- Mode: shell-script -*-
# build with
# autoconf --localdir=../confdb configure.in
# (or wherever the confdb is)
#
AC_PREREQ(2.59)
# if this blows up, it's because you forgot to run autoheader
AC
tarch
#! /bin/sh
# set -x
#
# Returns the arch of the machine. This file is from MPICH.
#
# First, try some special cases:
if [ -d "/dev/elan" ] ; then
FARCH="meiko"
elif [ -f /usr/bin/uxpm ] && /usr/bin
romioconf.h.in
/* adio/include/romioconf.h.in. Generated from configure.in by autoheader. */
/* Define if no signotify */
#undef AIO_SIGNOTIFY_NONE
/* Define for AIX */
#undef AIX
/* Define if Cray */
#undef CR
testany.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#if !defined(MPID_REQUEST_PTR_ARRA
testall.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#if !defined(MPID_REQUEST_PTR_ARRA
waitall.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#if !defined(MPID_REQUEST_PTR_ARRA
trace_impl.h.in
/* trace_impl.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if you have the header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the header fi
trace_impl.c
/*
* (C) 2001 by Argonne National Laboratory
* See COPYRIGHT in top-level directory.
*/
/*
* @author Anthony Chan
*/
#include "trace_impl.h"
#if defined( STDC_HEADERS ) || defined( HAVE
install-package.in
#!/bin/sh
#
# This script has to be built by configure.
#
# This is a script to install TRACE-SAMPLE. It can be invoked with
#
# make install ( if you used -prefix at configure time )
#
# or,
install-package.in
#!/bin/sh
#
# This script has to be built by configure.
#
# This is a script to install SLOG-2/Jumpshot-4. It can be invoked with
#
# make install ( if you used -prefix at configure time )
#
#