Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9749979

Browse files
committed
updating to current adios2 versioN
1 parent 7cd54cb commit 9749979

3 files changed

Lines changed: 236 additions & 217 deletions

File tree

source/utils/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ file(GENERATE
3030

3131
# IMPORT_NC
3232
if(ADIOS2_HAVE_NetCDF)
33-
set(NC_SOURCES ./import_nc/import_nc.cpp
33+
set(NC_SOURCES ./import_nc/import_nc.cpp
34+
# ./import_nc/nc_read.cpp
3435
./import_nc/benchmark_source/nc_read.cpp ./import_nc/benchmark_source/nc_read.h)
3536
add_executable(import_nc ${NC_SOURCES})
3637
# add_executable(import_nc ./import_nc/import_nc.cpp)

0 commit comments

Comments
 (0)