From 7f5da7fdeb42a97bf555c2bc79fff409d26b6ef3 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Tue, 16 Apr 2024 11:05:19 +0200 Subject: [PATCH] Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7843ccf --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +oSPARC Meta Dakota service +========================== + +This **o2S2PARC** service is part of the Metamodelling +framework. It allows one to run a [dakota](https://dakota.sandia.gov) +study based on a dakota configuration file on the platform. + +Test +==== + +To run a test locally: + +``` +make build +make run-local +```