OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
blacs_setup_.c File Reference
#include "Bdef.h"

Go to the source code of this file.

Functions

F_VOID_FUNC blacs_setup_ (Int *mypnum, Int *nprocs)

Function Documentation

◆ blacs_setup_()

F_VOID_FUNC blacs_setup_ ( Int * mypnum,
Int * nprocs )

Definition at line 6 of file blacs_setup_.c.

8{
9/*
10 * blacs_setup same as blacs_pinfo for non-PVM versions of the BLACS
11 */
12 void Cblacs_pinfo(Int *, Int *);
13 Cblacs_pinfo(mypnum, nprocs);
14}
#define Int
Definition Bconfig.h:22
void Cblacs_pinfo()