This example runs a Monte Carlo financial simulation that approximates the future value of a stock price given the inputs.
cd cpp-samples/batch/parallel/application
cmake -S . -B build
cmake --build build
build/finsim input.txt
docker build --tag=finsim-image:latest .
docker run -it --entrypoint bash finsim-image:latest
To exit container, type exit