From 611e497021be231278cfe65d4e41595dec39b999 Mon Sep 17 00:00:00 2001 From: Walter Lioen Date: Mon, 10 Jun 2019 10:53:03 +0200 Subject: [PATCH] Updated Code_Saturne references. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1852e4e..0300dfd 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,12 @@ The original version of the code is written in C for pre-postprocessing, IO hand The equations are solved iteratively using time-marching algorithms, and most of the time spent during a time step is usually due to the computation of the velocity-pressure coupling, for simple physics. For this reason, the two test cases chosen for the benchmark suite have been designed to assess the velocity-pressure coupling computation, and rely on the same configuration, with a mesh 8 times larger for Test Case B than for Test Case A, the time step being halved to ensure a correct Courant number. - - Web site: https://code-saturne.org -- Code download: +- Code download: https://repository.prace-ri.eu/ueabs/Code_Saturne/2.1/CS_5.3_PRACE_UEABS.tar.gz - Disclaimer: please note that by downloading the code from this website, you agree to be bound by the terms of the GPL license. -- Build and Run instructions: https://repository.prace-ri.eu/git/UEABS/ueabs/blob/r2.1-dev/code_saturne/Code_Saturne_Build_Run_5.3_UEABS.pdf -- Test Case A: -- Test Case B: +- Build and Run instructions: [code_saturne/Code_Saturne_Build_Run_5.3_UEABS.pdf](code_saturne/Code_Saturne_Build_Run_5.3_UEABS.pdf) +- Test Case A: https://repository.prace-ri.eu/ueabs/Code_Saturne/2.1/CS_5.3_PRACE_UEABS_CAVITY_13M.tar.gz +- Test Case B: https://repository.prace-ri.eu/ueabs/Code_Saturne/2.1/CS_5.3_PRACE_UEABS_CAVITY_111M.tar.gz # CP2K -- GitLab