Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd54cb commit 9749979Copy full SHA for 9749979
3 files changed
source/utils/CMakeLists.txt
@@ -30,7 +30,8 @@ file(GENERATE
30
31
# IMPORT_NC
32
if(ADIOS2_HAVE_NetCDF)
33
- set(NC_SOURCES ./import_nc/import_nc.cpp
+ set(NC_SOURCES ./import_nc/import_nc.cpp
34
+ # ./import_nc/nc_read.cpp
35
./import_nc/benchmark_source/nc_read.cpp ./import_nc/benchmark_source/nc_read.h)
36
add_executable(import_nc ${NC_SOURCES})
37
# add_executable(import_nc ./import_nc/import_nc.cpp)
0 commit comments