File tree 10 files changed +28
-11
lines changed
10 files changed +28
-11
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ if BUILD_DOCS
10
10
DOC = doc
11
11
endif
12
12
13
- SUBDIRS = src tests examples ${DOC} scripts
14
-
15
- EXTRA_DIST = CMakeLists.txt set_flags.am COPYRIGHT
13
+ SUBDIRS = src tests examples ${DOC} scripts cmake
16
14
15
+ EXTRA_DIST = CMakeLists.txt set_flags.am COPYRIGHT cmake_config.h.in
Original file line number Diff line number Diff line change
1
+ # # This is the automake file for the cmake directory of the PIO
2
+ # # libraries. This directory holds files needed for the CMake build,
3
+ # # but not the autotools build.
4
+
5
+ # Ed Hartnett 8/19/19
6
+
7
+ # Cmake needs all these extra files to build.
8
+ EXTRA_DIST = FindGPTL.cmake FindHDF5.cmake FindLIBRT.cmake \
9
+ FindLIBZ.cmake FindMPE.cmake FindMPISERIAL.cmake FindNetCDF.cmake \
10
+ FindPAPI.cmake FindPnetCDF.cmake FindSZIP.cmake LibCheck.cmake \
11
+ LibFind.cmake LibMPI.cmake Makefile.am mpiexec.alcf mpiexec.ncsa \
12
+ mpiexec.nersc mpiexec.nwscla mpiexec.olcf TryHDF5_HAS_SZIP.c \
13
+ TryNetCDF_DAP.c TryNetCDF_PARALLEL.c TryNetCDF_PNETCDF.c
Original file line number Diff line number Diff line change @@ -314,4 +314,5 @@ AC_OUTPUT(Makefile
314
314
examples/Makefile
315
315
examples/c/Makefile
316
316
examples/f03/Makefile
317
+ cmake/Makefile
317
318
scripts/Makefile)
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ F03 = f03
7
7
endif # BUILD_FORTRAN
8
8
9
9
SUBDIRS = c ${F03}
10
+
11
+ EXTRA_DIST = CMakeLists.txt
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ ADD_EXECUTABLE(darray_no_async darray_no_async.c)
37
37
TARGET_LINK_LIBRARIES (darray_no_async pioc)
38
38
add_dependencies (tests darray_no_async)
39
39
40
- ADD_EXECUTABLE (darray_async darray_async.c)
41
- TARGET_LINK_LIBRARIES (darray_async pioc)
42
- add_dependencies (tests darray_async)
40
+ # ADD_EXECUTABLE(darray_async darray_async.c)
41
+ # TARGET_LINK_LIBRARIES(darray_async pioc)
42
+ # add_dependencies(tests darray_async)
43
43
44
44
if (PIO_USE_MPISERIAL)
45
45
add_test (NAME examplePio COMMAND examplePio)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ TESTS = run_tests.sh
16
16
endif # RUN_TESTS
17
17
18
18
# Distribute the test script.
19
- EXTRA_DIST = run_tests.sh
19
+ EXTRA_DIST = run_tests.sh CMakeLists.txt example2.c
20
20
21
21
# Clean up files produced during testing.
22
22
CLEANFILES = *.nc *.log *.clog2 *.slog2
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ pioc_support.c pio_darray_int.c pio_get_nc.c pio_lists.c pio_nc4.c \
25
25
pio_put_nc.c pio_spmd.c pio_get_vard.c pio_put_vard.c pio_internal.h \
26
26
bget.h uthash.h pio_error.h
27
27
28
- EXTRA_DIST = CMakeLists.txt
28
+ EXTRA_DIST = CMakeLists.txt topology.c
Original file line number Diff line number Diff line change @@ -20,4 +20,6 @@ perf_mod.mod: perf_mod.$(OBJEXT)
20
20
# if BUILD_FORTRAN
21
21
# endif
22
22
23
- EXTRA_DIST = CMakeLists.txt
23
+ EXTRA_DIST = CMakeLists.txt GPTLget_memusage.c GPTLprint_memusage.c \
24
+ GPTLutil.c f_wrappers.c gptl.c gptl_papi.c threadutil.c gptl.inc \
25
+ gptl.h private.h
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ test_async_perf_SOURCES = test_async_perf.c test_common.c pio_tests.h
66
66
test_darray_vard_SOURCES = test_darray_vard.c test_common.c pio_tests.h
67
67
68
68
# Distribute the test script.
69
- EXTRA_DIST = run_tests.sh
69
+ EXTRA_DIST = run_tests.sh CMakeLists.txt test_darray_frame.c
70
70
71
71
# Clean up files produced during testing.
72
72
CLEANFILES = *.nc *.log decomp*.txt *.clog2 *.slog2
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ TESTS = run_tests.sh
30
30
endif # RUN_TESTS
31
31
32
32
# Distribute the test script.
33
- EXTRA_DIST = CMakeLists.txt run_tests.sh input.nl
33
+ EXTRA_DIST = CMakeLists.txt run_tests.sh input.nl not_netcdf.ieee
34
34
35
35
# Clean up files produced during testing.
36
36
CLEANFILES = *.nc *.log *.mod
You can’t perform that action at this time.
0 commit comments