Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
00668ed4
Commit
00668ed4
authored
May 17, 2017
by
Uwe Schulzweida
Browse files
Docu update.
parent
8fee850f
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
00668ed4
...
...
@@ -9,7 +9,7 @@
2017-05-16 Uwe Schulzweida
* Renamed all .c files to .cc, code needs to be compiled with a C++ compiler!!!
* Renamed all .c files to .cc, code needs to be compiled with a
n ISO
C++
11
compiler!!!
2017-05-16 Uwe Schulzweida
...
...
doc/tex/install.tex
View file @
00668ed4
...
...
@@ -2,7 +2,7 @@
This section describes how to build
{
\CDO
}
from the sources on a UNIX system.
{
\CDO
}
uses the GNU configure and build system for compilation.
The only requirement is a working ANSI C99 compiler.
The only requirement is a working
ISO C++11 and
ANSI C99 compiler.
%First go to the \href{http://www.mpimet.mpg.de/cdo/download.html}{\texttt{download}} page
%(\texttt{http://www.mpimet.mpg.de/\\,cdo/download.html}) to get the latest distribution,
...
...
src/cdo.cc
View file @
00668ed4
...
...
@@ -930,6 +930,9 @@ void print_system_info()
#if defined(_OPENMP)
fprintf
(
stderr
,
"OPENMP VERSION = %d
\n
"
,
_OPENMP
);
#endif
#if defined(__cplusplus)
fprintf
(
stderr
,
"__cplusplus = %ld
\n
"
,
__cplusplus
);
#endif
#if defined(__GNUC__)
fprintf
(
stderr
,
"GNUC VERSION = %d
\n
"
,
__GNUC__
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment