1 /*************************************************************************** 2 * * 3 * Open MPI: Open Source High Performance Computing * 4 * * 5 * http://www.open-mpi.org/ * 6 * * 7 ***************************************************************************/ 8 9 #include "orterun.h" 10 11 int main(int argc, char *argv[]) 12 { 13 return orterun(argc, argv); 14 } 15 16 /* 17 * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana 18 * University Research and Technology 19 * Corporation. All rights reserved. 20 * Copyright (c) 2004-2005 The University of Tennessee and The University 21 * of Tennessee Research Foundation. All rights 22 * reserved. 23 * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, 24 * University of Stuttgart. All rights reserved. 25 * Copyright (c) 2004-2005 The Regents of the University of California. 26 * All rights reserved. 27 * $COPYRIGHT$ 28 * 29 * Additional copyrights may follow 30 * 31 * $HEADER$ 32 */