Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
88726cbc
Commit
88726cbc
authored
Aug 19, 2019
by
niklas.baumgarten
Browse files
refactoring
parent
1d38ee6c
Changes
3
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
88726cbc
...
...
@@ -64,7 +64,7 @@ add_subdirectory(mlmc/src)
#---------------------------------------------------------------------------------------#
# Executables
add_executable
(
MLMC-M++ mlmc/src/
MLMC
Main.C
)
add_executable
(
MLMC-M++ mlmc/src/Main.C
)
# Linking
target_link_libraries
(
MLMC-M++ MLMC sprng SRC LIB_PS
${
SUPERLU
}
blas lapack fftw3 m
)
...
...
mlmc/src/CMakeLists.txt
View file @
88726cbc
set
(
MLMC_SRC
MLMC
Main.C
Main.C
MLMC.C
MC.C
Utils.C
...
...
mlmc/src/
MLMC
Main.C
→
mlmc/src/Main.C
View file @
88726cbc
#include "m++.h"
#include <iostream>
#include "CirculantEmbedding.h"
#ifdef COMPLEX
#error undef COMPLEX in src/Compiler.h
#endif
using
namespace
std
;
void
ConvergenceTest
();
void
MLMCExperiment
();
...
...
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