SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
machines.h File Reference

These macros define which machine will be used. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SGI   0
 
#define ORIGIN   1
 
#define DEC   2
 
#define CRAY_T3E   3
 
#define SUN   4
 
#define PTHREAD   5
 
#define IBM   6
 

Detailed Description

These macros define which machine will be used.

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

-- SuperLU MT routine (version 1.0) --
Univ. of California Berkeley, Xerox Palo Alto Research Center,
and Lawrence Berkeley National Lab.
August 15, 1997

These macros define which machine will be used.

Macro Definition Documentation

◆ CRAY_T3E

#define CRAY_T3E   3

◆ DEC

#define DEC   2

◆ IBM

#define IBM   6

◆ ORIGIN

#define ORIGIN   1

◆ PTHREAD

#define PTHREAD   5

◆ SGI

#define SGI   0

◆ SUN

#define SUN   4