⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpid_comm_spawn.c

📁 fortran并行计算包
💻 C
字号:
/*  (C)Copyright IBM Corp.  2007, 2008  *//** * \file src/misc/mpid_comm_spawn.c * \brief ??? *//* -*- Mode: C; c-basic-offset:2 ; -*- *//* *  (C) 2001 by Argonne National Laboratory. *      See COPYRIGHT in top-level directory. */#include "mpidimpl.h"/* * MPID_Comm_spawn() */int MPID_Comm_spawn(char *command, char *argv[], int maxprocs, MPI_Info info,                    int root, MPID_Comm *comm, MPID_Comm *intercomm,                    int array_of_errcodes[]){  int mpi_errno = MPI_SUCCESS;  mpi_errno = MPI_ERR_INTERN;  return mpi_errno;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -