Skip to content

Latest commit

 

History

History

multilevel_monte_carlo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Multilevel Monte Carlo Application Examples

Use Cases

Validation Cases

Remarks

  • To run with PyCOMPSs, it is necessary to compile it first. You can find a detailed guide on how to do it in the Kratos wiki. In addition, the appropriate import has to be changed from
from exaqute.ExaquteTaskLocal import *

to

from exaqute.ExaquteTaskPyCOMPSs import *

in the execution script and in Kratos/applications/MultilevelMonteCarloApplication/external_libraries/XMC/xmc/distributedEnvironmentFramework.py. We refer to the MultilevelMonteCarloApplication documentation for further details. In case running with PyCOMPSs gives errors, try to replace relative paths with absolute paths in configuration json files, as first attempt to fix the issue.

  • These examples make use of some external libraries that are not compatible with the Kratos binaries. In order to try these examples, it is necessary to compile Kratos on your own machine.