File: blacs_setup_.c

package info (click to toggle)
scalapack 2.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,184 kB
  • sloc: fortran: 338,772; ansic: 75,298; makefile: 1,392; sh: 56
file content (13 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "Bdef.h"

#if (INTFACE == C_CALL)
void Cblacs_setup(int *mypnum, int *nprocs)
#else
F_VOID_FUNC blacs_setup_(int *mypnum, int *nprocs)
#endif
{
/*
 * blacs_setup same as blacs_pinfo for non-PVM versions of the BLACS
 */
   Cblacs_pinfo(mypnum, nprocs);
}