![David Daniel](/assets/img/avatar_default.png)
Tested with: pls = rsh totalview.6.6.0-2 Linux cadillac82.ccstar.lanl.gov 2.4.24 #1 SMP Thu Jul 1 15:28:04 MDT 2004 i686 i686 i386 GNU/Linux This commit was SVN r7108.
31 строка
1.2 KiB
C
31 строка
1.2 KiB
C
/***************************************************************************
|
|
* *
|
|
* Open MPI: Open Source High Performance Computing *
|
|
* *
|
|
* http://www.open-mpi.org/ *
|
|
* *
|
|
***************************************************************************/
|
|
|
|
#include "orterun.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return orterun(argc, argv);
|
|
}
|
|
|
|
/*
|
|
* Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
* All rights reserved.
|
|
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
* 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$
|
|
*/
|