FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
compiler_cray.hpp
Go to the documentation of this file.
1// FEAT3: Finite Element Analysis Toolbox, Version 3
2// Copyright (C) 2010 by Stefan Turek & the FEAT group
3// FEAT3 is released under the GNU General Public License version 3,
4// see the file 'copyright.txt' in the top level directory for details.
5
6#pragma once
7
16#if !defined(FEAT_COMPILER) && defined(_CRAYC)
17
18// calc linear sortable Cray version
19#define FEAT_COMPILER_CRAY (_RELEASE_MAJOR * 10000 + _RELEASE_MINOR)
20
21#define FEAT_COMPILER "Cray C++ Compiler " // _RELEASE_STRING
22
23#endif // !defined(FEAT_COMPILER) && defined(_CRAYC)