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

📄 setbot.c

📁 fortran并行计算包
💻 C
字号:
/* -*- Mode: C; c-basic-offset:4 ; -*- *//*   *  (C) 2001 by Argonne National Laboratory. *      See COPYRIGHT in top-level directory. * * This file is automatically generated by buildiface  * DO NOT EDIT */#include "mpi_fortimpl.h"#ifdef F77_NAME_UPPER#define mpirinitc_ MPIRINITC#define mpirinitc2_ MPIRINITC2#elif defined(F77_NAME_LOWER_2USCORE) || defined(F77_NAME_LOWER_USCORE)/* leave name alone */#else#define mpirinitc_ mpirinitc#define mpirinitc2_ mpirinitc2#endif/* These functions are called from Fortran so only need prototypes in    this file.  Note that the last argument is a character array, so   we need to include the elements of the Fortran character "dope vector".*/FORT_DLL_SPEC void FORT_CALL mpirinitc_( void *, void *, void *, void *,                                          void *, void * FORT_MIXED_LEN_DECL                                          FORT_END_LEN_DECL );FORT_DLL_SPEC void FORT_CALL mpirinitc2_( char * FORT_MIXED_LEN_DECL                                           FORT_END_LEN_DECL );#ifndef F77_USE_BOOLEAN_LITERALS#if defined(F77_RUNTIME_VALUES) || !defined(F77_TRUE_VALUE_SET)MPI_Fint MPIR_F_TRUE = 1, MPIR_F_FALSE = 0;#elseconst MPI_Fint MPIR_F_TRUE=F77_TRUE_VALUE;const MPI_Fint MPIR_F_FALSE=F77_FALSE_VALUE;#endif#endif#ifndef USE_POINTER_FOR_BOTTOMint  MPIR_F_NeedInit        = 1;void *MPIR_F_MPI_BOTTOM     = 0;void *MPIR_F_MPI_IN_PLACE   = 0;/* MPI_F_STATUS_IGNORE etc must be declared within mpi.h (MPI-2 standard    requires this) *//* void *MPI_F_STATUS_IGNORE   = 0;void *MPI_F_STATUSES_IGNORE = 0;*/int  *MPI_F_ERRCODES_IGNORE = 0;void *MPI_F_ARGVS_NULL      = 0;#endifFORT_DLL_SPEC void FORT_CALL mpirinitc_( void *a, void *b, void *c, void *d,                                          void *e, void *f FORT_MIXED_LEN(d1)                                          FORT_END_LEN(d1) ){    MPIR_F_MPI_BOTTOM     = a;    MPIR_F_MPI_IN_PLACE   = b;    MPI_F_STATUS_IGNORE   = (MPI_Fint *)c;    MPI_F_STATUSES_IGNORE = (MPI_Fint *)d;    MPI_F_ERRCODES_IGNORE = (int *)e;    MPI_F_ARGVS_NULL      = f;}/* Initialize the Fortran ARGV_NULL to a blank.  Using this routine   avoids potential problems with string manipulation routines that   exist in the Fortran runtime but not in the C runtime libraries */FORT_DLL_SPEC void FORT_CALL mpirinitc2_( char *a FORT_MIXED_LEN(d1)                                           FORT_END_LEN(d1) ){    *a = ' ';}

⌨️ 快捷键说明

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