Alps 1.5.11
Loading...
Searching...
No Matches
AlpsSunos.h
Go to the documentation of this file.
1/*===========================================================================*
2 * This file is part of the Abstract Library for Parallel Search (ALPS). *
3 * *
4 * ALPS is distributed under the Eclipse Public License as part of the *
5 * COIN-OR repository (http://www.coin-or.org). *
6 * *
7 * Authors: *
8 * *
9 * Yan Xu, Lehigh University *
10 * Ted Ralphs, Lehigh University *
11 * *
12 * Conceptual Design: *
13 * *
14 * Yan Xu, Lehigh University *
15 * Ted Ralphs, Lehigh University *
16 * Laszlo Ladanyi, IBM T.J. Watson Research Center *
17 * Matthew Saltzman, Clemson University *
18 * *
19 * *
20 * Copyright (C) 2001-2023, Lehigh University, Yan Xu, and Ted Ralphs. *
21 *===========================================================================*/
22
23#ifndef AlpsSunos_h
24#define AlpsSunos_h
25
26// AlpsSunos.h is modified from BCP_sunos.hpp
27// This file is fully docified.
28// There's nothing to docify...
29
30typedef int AlpsIndexType;
31
32#if defined(__GNUC__)
33
34# include <sys/time.h> // for gettimeofday()
35# include <sys/resource.h> // for setpriority()
36# include <unistd.h> // to get gethostname() from unistd.h
37# define NEED_IMPLICIT_TEMPLATE_FUNCTIONS 1
38# ifdef __OPTIMIZE__
39# define NEED_IMPLICIT_TEMPLATE_CLASSES 1
40# endif
41# define NEED_IMPLICIT_TEMPLATE_CLASSES 1
42# define AlpsPtrDiff int
43# define ALPS_CONSTRUCT construct
44# define ALPS_DESTROY destroy
45# define ALPS_DESTROY_RANGE destroy
46
47#endif
48
49#endif
int AlpsIndexType
Definition AlpsAix43.h:34