Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
3756fd1d
Commit
3756fd1d
authored
Dec 26, 2017
by
Uwe Schulzweida
Browse files
Removed pragma_omp_atomic_update.h.
parent
d937ef14
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
3756fd1d
...
...
@@ -133,7 +133,6 @@ libcdo_la_SOURCES = \
pmlist.h
\
sellist.cc
\
sellist.h
\
pragma_omp_atomic_update.h
\
printinfo.h
\
process.cc
\
process.h
\
...
...
src/Makefile.in
View file @
3756fd1d
...
...
@@ -572,12 +572,11 @@ libcdo_la_SOURCES = argument.h argument.cc array.h array.cc cdo_int.h \
operator_help.h par_io.cc par_io.h parse_literal.cc \
percentiles_hist.cc percentiles_hist.h percentiles.cc \
percentiles.h pipe.cc pipe.h pmlist.cc pmlist.h sellist.cc \
sellist.h pragma_omp_atomic_update.h printinfo.h process.cc \
process.h pstream.cc pstream.h pstream_write.h pstream_int.h \
pthread_debug.cc pthread_debug.h readline.cc realtime.cc \
remap.h remaplib.cc remapsort.cc remap_scrip_io.cc \
remap_search_reg2d.cc remap_search_latbins.cc \
remap_store_link.cc remap_store_link.h \
sellist.h printinfo.h process.cc process.h pstream.cc \
pstream.h pstream_write.h pstream_int.h pthread_debug.cc \
pthread_debug.h readline.cc realtime.cc remap.h remaplib.cc \
remapsort.cc remap_scrip_io.cc remap_search_reg2d.cc \
remap_search_latbins.cc remap_store_link.cc remap_store_link.h \
remap_store_link_cnsrv.cc remap_store_link_cnsrv.h \
remap_conserv.cc remap_conserv_scrip.cc remap_distwgt.cc \
remap_bicubic_scrip.cc remap_bilinear_scrip.cc stdnametable.cc \
...
...
src/pragma_omp_atomic_update.h
deleted
100644 → 0
View file @
d937ef14
#if defined(_OPENMP)
#if _OPENMP >= OPENMP4
#pragma omp atomic update
#else
#pragma omp atomic
#endif
#endif
Write
Preview
Markdown
is supported
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