File tree Expand file tree Collapse file tree 4 files changed +2
-129
lines changed Expand file tree Collapse file tree 4 files changed +2
-129
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,3 @@ add_executable(two_dim_spo_TEST
48
48
target_link_libraries (two_dim_spo_TEST
49
49
-lfftw3_omp -lfftw3 )
50
50
51
- add_executable (fftw_separated_computation_TEST
52
- fftw_separated_computation_TEST.cc
53
- )
54
- target_link_libraries (fftw_separated_computation_TEST
55
- -lfftw3 )
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ Build instructions
33
33
34
34
The executables are placed in the build/ directory:
35
35
* quantum3body-simulation .. this is the main application
36
- * quantum3body_simulation_TEST.cc .. a simple test application for the initial SPO code
37
- * fftw_separated_computation_TEST .. a test application to compare the 2x1D with the 2D FFT
36
+ * two_dim_spo_TEST.cc .. a simple test application/example for the SPOM code
38
37
39
38
Running the application
40
39
-----------------------
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
* \endcode
41
41
* The executables are placed in the build/ directory:
42
42
* - quantum3body-simulation .. this is the main application
43
- * - quantum3body_simulation_TEST.cc .. a simple test application for the initial SPO code
44
- * - fftw_separated_computation_TEST .. a test application to compare the 2x1D with the 2D FFT
43
+ * - two_dim_spo_TEST.cc .. a simple test application/example for the SPOM code
45
44
*
46
45
* \section running Running the application
47
46
*
You can’t perform that action at this time.
0 commit comments