OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config_platform.c File Reference
#include "x_string.h"
#include "config_platform.h"
Include dependency graph for config_platform.c:

Go to the source code of this file.

Functions

PLATFORM_OPTIONSGet_Platform_Options (char *name)
 

Variables

static char * source_file = __FILE__
 
PLATFORM Platform = IP0
 
static PLATFORM_OPTIONS PF_Opts []
 

Function Documentation

PLATFORM_OPTIONS* Get_Platform_Options ( char *  name)

Definition at line 82 of file config_platform.c.

References PLATFORM_OPTIONS::id, IP_END, NULL, and ux_strcasecmp().

Referenced by Configure_Platform().

Here is the call graph for this function:

Variable Documentation

PLATFORM_OPTIONS PF_Opts[]
static
Initial value:
=
{
{ IP0, "ip??", "itanium", PROC_ITANIUM, "Itanium" },
{ IP_END, "", "", PROC_NONE, "End of list" }
}

Definition at line 71 of file config_platform.c.

PLATFORM Platform = IP0

Definition at line 68 of file config_platform.c.

Referenced by Configure_Platform().

char* source_file = __FILE__
static

Definition at line 60 of file config_platform.c.