PetscGetArchType
Returns a standardized architecture type for the machine that is executing this routine.
Synopsis
#include "petsc.h"
#include "sys.h"
int PetscGetArchType(char str[],int slen)
Not Collective
Input Parameter
slen -length of string buffer
Output Parameter
str -string area to contain architecture name, should be at least
10 characters long. Name is truncated if string is not long enough.
Keywords
architecture, machine
Level:developer
Location:src/sys/src/utils/arch.c
System Index
Table of Contents