- Fix broken $HEADER$ lines
- Add $HEADER$ lines to files that didn't have them - Add placeholder LICENSE file This commit was SVN r3654.
Этот коммит содержится в:
родитель
c0848cd26c
Коммит
aa11f9be06
3
Doxyfile
3
Doxyfile
@ -1,4 +1,7 @@
|
|||||||
# Doxyfile 1.3.4
|
# Doxyfile 1.3.4
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project
|
# doxygen (www.doxygen.org) for a project
|
||||||
|
2
HACKING
2
HACKING
@ -1,3 +1,5 @@
|
|||||||
|
$HEADER$
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
|
||||||
|
2
INSTALL
2
INSTALL
@ -1,3 +1,5 @@
|
|||||||
|
$HEADER$
|
||||||
|
|
||||||
If you have checked out a DEVELOPER'S COPY of Open MPI (i.e., you
|
If you have checked out a DEVELOPER'S COPY of Open MPI (i.e., you
|
||||||
checked out from subversion), you must first run:
|
checked out from subversion), you must first run:
|
||||||
|
|
||||||
|
6
LICENSE
Обычный файл
6
LICENSE
Обычный файл
@ -0,0 +1,6 @@
|
|||||||
|
$HEADER$
|
||||||
|
|
||||||
|
This is a placeholder for what will eventually be the license text for
|
||||||
|
Open MPI. It will likely be based off the modified BSD license:
|
||||||
|
|
||||||
|
http://www.opensource.org/licenses/bsd-license.php
|
2
README
2
README
@ -1,3 +1,5 @@
|
|||||||
|
$HEADER$
|
||||||
|
|
||||||
This is the world's greatest MPI.
|
This is the world's greatest MPI.
|
||||||
|
|
||||||
...more to write here
|
...more to write here
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl -*- shell-script -*-
|
dnl -*- shell-script -*-
|
||||||
dnl
|
dnl
|
||||||
dnl $HEADER
|
dnl $HEADER$
|
||||||
denl
|
denl
|
||||||
|
|
||||||
AC_DEFUN([OMPI_CHECK_LINKER_FLAGS],[
|
AC_DEFUN([OMPI_CHECK_LINKER_FLAGS],[
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
#
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
# Primitive script to give approximate code counts in the Open MPI tree
|
# Primitive script to give approximate code counts in the Open MPI tree
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
if (scalar(@ARGV) != 2) {
|
if (scalar(@ARGV) != 2) {
|
||||||
print "Usage: #find_occurence <string> <source-path>\n";
|
print "Usage: #find_occurence <string> <source-path>\n";
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
if (scalar(@ARGV) != 2) {
|
if (scalar(@ARGV) != 2) {
|
||||||
print "Usage:
|
print "Usage:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
if (scalar(@ARGV) != 1) {
|
if (scalar(@ARGV) != 1) {
|
||||||
print "Usage:
|
print "Usage:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
#To keep brian happy
|
#To keep brian happy
|
||||||
|
|
||||||
if (scalar(@ARGV) != 1) {
|
if (scalar(@ARGV) != 1) {
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
if (scalar(@ARGV) != 1) {
|
if (scalar(@ARGV) != 1) {
|
||||||
print "Usage: generate_file_list <diff file>\n";
|
print "Usage: generate_file_list <diff file>\n";
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
#this is the perl scripty foo which does the following tasks
|
#this is the perl scripty foo which does the following tasks
|
||||||
# 1. Extract the #include <*.h> files which are present in both header and source files
|
# 1. Extract the #include <*.h> files which are present in both header and source files
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
/** @mainpage
|
/** @mainpage
|
||||||
|
|
||||||
@section mainpage_introduction Introduction
|
@section mainpage_introduction Introduction
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ompi_datatype_t interface for OMPI internal data type representation
|
* ompi_datatype_t interface for OMPI internal data type representation
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef DATATYPE_INTERNAL_H_HAS_BEEN_INCLUDED
|
#ifndef DATATYPE_INTERNAL_H_HAS_BEEN_INCLUDED
|
||||||
#define DATATYPE_INTERNAL_H_HAS_BEEN_INCLUDED
|
#define DATATYPE_INTERNAL_H_HAS_BEEN_INCLUDED
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "datatype.h"
|
#include "datatype.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
# OMPI Get the dirs where ompi_config.h and ompi_config_bottom.h live.
|
# OMPI Get the dirs where ompi_config.h and ompi_config_bottom.h live.
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
CFILE=/tmp/ompi_atomic_$$.c
|
CFILE=/tmp/ompi_atomic_$$.c
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
CFILE=/tmp/ompi_atomic_$$.c
|
CFILE=/tmp/ompi_atomic_$$.c
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
;;
|
||||||
|
;; $HEADER$
|
||||||
|
;;
|
||||||
.file "atomic.c"
|
.file "atomic.c"
|
||||||
.text
|
.text
|
||||||
.globl ompi_atomic_mb
|
.globl ompi_atomic_mb
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
CFILE=/tmp/ompi_atomic_$$.c
|
CFILE=/tmp/ompi_atomic_$$.c
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
CFILE=/tmp/ompi_atomic_$$.c
|
CFILE=/tmp/ompi_atomic_$$.c
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
;;
|
||||||
|
;; $HEADER$
|
||||||
|
;;
|
||||||
.section __TEXT,__text,regular,pure_instructions
|
.section __TEXT,__text,regular,pure_instructions
|
||||||
.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
|
.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
|
||||||
.section __TEXT,__text,regular,pure_instructions
|
.section __TEXT,__text,regular,pure_instructions
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
CFILE=/tmp/ompi_atomic_$$.c
|
CFILE=/tmp/ompi_atomic_$$.c
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
;;
|
||||||
|
;; $HEADER$
|
||||||
|
;;
|
||||||
.file "atomic.c"
|
.file "atomic.c"
|
||||||
gcc2_compiled.:
|
gcc2_compiled.:
|
||||||
.section ".text"
|
.section ".text"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
CFILE=/tmp/ompi_atomic_$$.c
|
CFILE=/tmp/ompi_atomic_$$.c
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "util/output.h"
|
#include "util/output.h"
|
||||||
#include "allocator_basic.h"
|
#include "allocator_basic.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "mca/allocator/allocator.h"
|
#include "mca/allocator/allocator.h"
|
||||||
#include "include/constants.h"
|
#include "include/constants.h"
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
%{ /* -*- C -*- */
|
%{ /* -*- C -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
# Don't really need anything in here -- we just want a configure
|
# Don't really need anything in here -- we just want a configure
|
||||||
# script so that this can be a standalone component.
|
# script so that this can be a standalone component.
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $HEADER
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MCA_COLL_SM_EXPORT_H
|
#ifndef MCA_COLL_SM_EXPORT_H
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _COMMON_SM_MMAP_H_
|
#ifndef _COMMON_SM_MMAP_H_
|
||||||
#define _COMMON_SM_MMAP_H_
|
#define _COMMON_SM_MMAP_H_
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $HEADER
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MCA_IO_H
|
#ifndef MCA_IO_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $HEADER
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MCA_IO_ROMIO_H
|
#ifndef MCA_IO_ROMIO_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $HEADER
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* -*- C -*-
|
/* -*- C -*-
|
||||||
*
|
*
|
||||||
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MCA_LLM_BASE_PARSE_HOSTFILE_LEX_H_
|
#ifndef MCA_LLM_BASE_PARSE_HOSTFILE_LEX_H_
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
%{ /* -*- C -*- */
|
%{ /* -*- C -*- */
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $HEADER
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MCA_ONE_H
|
#ifndef MCA_ONE_H
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "include/constants.h"
|
#include "include/constants.h"
|
||||||
#include "mca/oob/oob.h"
|
#include "mca/oob/oob.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -1 +1,5 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
/* Nothing to see here; move along... */
|
/* Nothing to see here; move along... */
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "threads/mutex.h"
|
#include "threads/mutex.h"
|
||||||
#include "threads/condition.h"
|
#include "threads/condition.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _MCA_PML_BASE_BSEND_H_
|
#ifndef _MCA_PML_BASE_BSEND_H_
|
||||||
#define _MCA_PML_BASE_BSEND_H_
|
#define _MCA_PML_BASE_BSEND_H_
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _MCA_PML_BASE_PTL_
|
#ifndef _MCA_PML_BASE_PTL_
|
||||||
#define _MCA_PML_BASE_PTL_
|
#define _MCA_PML_BASE_PTL_
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "mpi.h"
|
#include "mpi.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "mpi.h"
|
#include "mpi.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "mpi.h"
|
#include "mpi.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "qsnet/fence.h"
|
#include "qsnet/fence.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "qsnet/fence.h"
|
#include "qsnet/fence.h"
|
||||||
#include "ptl_elan.h"
|
#include "ptl_elan.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "qsnet/fence.h"
|
#include "qsnet/fence.h"
|
||||||
#include "ptl_elan.h"
|
#include "ptl_elan.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
#include "gm.h"
|
#include "gm.h"
|
||||||
|
|
||||||
struct mca_ptl_gm_send_frag_t;
|
struct mca_ptl_gm_send_frag_t;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*HEADER$
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "include/types.h"
|
#include "include/types.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*HEADER$
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*HEADER$
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "include/types.h"
|
#include "include/types.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
/* -*- Mode: C; c-basic-offset:4 ; -*- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*HEADER$
|
* $HEADER$
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
PROGS = mpi-ping
|
PROGS = mpi-ping
|
||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# $HEADER$
|
||||||
|
#
|
||||||
|
|
||||||
prog=./lat
|
prog=./lat
|
||||||
i=$((0))
|
i=$((0))
|
||||||
while [ $i -le $((1<<20)) ] ;
|
while [ $i -le $((1<<20)) ] ;
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*
|
||||||
* MPI ping program
|
* MPI ping program
|
||||||
*
|
*
|
||||||
* Patterned after the example in the Quadrics documentation
|
* Patterned after the example in the Quadrics documentation
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_ADDR_H
|
#ifndef MCA_PTL_IB_ADDR_H
|
||||||
#define MCA_PTL_IB_ADDR_H
|
#define MCA_PTL_IB_ADDR_H
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_PEER_H
|
#ifndef MCA_PTL_IB_PEER_H
|
||||||
#define MCA_PTL_IB_PEER_H
|
#define MCA_PTL_IB_PEER_H
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "ptl_ib_vapi.h"
|
#include "ptl_ib_vapi.h"
|
||||||
#include "ptl_ib_priv.h"
|
#include "ptl_ib_priv.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_PRIV_H
|
#ifndef MCA_PTL_IB_PRIV_H
|
||||||
#define MCA_PTL_IB_PRIV_H
|
#define MCA_PTL_IB_PRIV_H
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
#include "class/ompi_hash_table.h"
|
#include "class/ompi_hash_table.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_PROC_H
|
#ifndef MCA_PTL_IB_PROC_H
|
||||||
#define MCA_PTL_IB_PROC_H
|
#define MCA_PTL_IB_PROC_H
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "mca/pml/base/pml_base_sendreq.h"
|
#include "mca/pml/base/pml_base_sendreq.h"
|
||||||
#include "ptl_ib.h"
|
#include "ptl_ib.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_RECV_FRAG_H
|
#ifndef MCA_PTL_IB_RECV_FRAG_H
|
||||||
#define MCA_PTL_IB_RECV_FRAG_H
|
#define MCA_PTL_IB_RECV_FRAG_H
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "include/types.h"
|
#include "include/types.h"
|
||||||
#include "datatype/datatype.h"
|
#include "datatype/datatype.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_SEND_FRAG_H
|
#ifndef MCA_PTL_IB_SEND_FRAG_H
|
||||||
#define MCA_PTL_IB_SEND_FRAG_H
|
#define MCA_PTL_IB_SEND_FRAG_H
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "include/types.h"
|
#include "include/types.h"
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_SEND_REQUEST_H
|
#ifndef MCA_PTL_IB_SEND_REQUEST_H
|
||||||
#define MCA_PTL_IB_SEND_REQUEST_H
|
#define MCA_PTL_IB_SEND_REQUEST_H
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MCA_PTL_IB_VAPI_H
|
#ifndef MCA_PTL_IB_VAPI_H
|
||||||
#define MCA_PTL_IB_VAPI_H
|
#define MCA_PTL_IB_VAPI_H
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ptl_mx.h"
|
#include "ptl_mx.h"
|
||||||
#include "include/constants.h"
|
#include "include/constants.h"
|
||||||
#include "util/output.h"
|
#include "util/output.h"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "ptl_prof.h"
|
#include "ptl_prof.h"
|
||||||
#include "class/ompi_bitmap.h"
|
#include "class/ompi_bitmap.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* *$HEADER$
|
* $HEADER$
|
||||||
* */
|
* */
|
||||||
/**
|
/**
|
||||||
* * @file
|
* * @file
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "include/constants.h"
|
#include "include/constants.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* $HEADER$
|
||||||
|
*/
|
||||||
|
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
#include "util/output.h"
|
#include "util/output.h"
|
||||||
#include "mca/oob/oob.h"
|
#include "mca/oob/oob.h"
|
||||||
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
x
Ссылка в новой задаче
Block a user