Neko  0.8.1
A portable framework for high-order spectral element flow simulations
cpuid.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdint.h>
Include dependency graph for cpuid.c:

Go to the source code of this file.

Macros

#define MAXLEN   2048
 

Functions

void system_cpuid (char *name, int len)
 

Macro Definition Documentation

◆ MAXLEN

#define MAXLEN   2048

Definition at line 16 of file cpuid.c.

Function Documentation

◆ system_cpuid()

void system_cpuid ( char *  name,
int  len 
)

Return the systems' CPU id

Definition at line 21 of file cpuid.c.