From 599c04ac33bfea1cd70a426785e980533c04bdd9 Mon Sep 17 00:00:00 2001 From: cmorales Date: Wed, 5 Jun 2019 16:35:56 +0200 Subject: [PATCH] Minor changes Alya --- alya/ALYA_Run_README.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alya/ALYA_Run_README.txt b/alya/ALYA_Run_README.txt index d5754d8..ee01b98 100644 --- a/alya/ALYA_Run_README.txt +++ b/alya/ALYA_Run_README.txt @@ -1,13 +1,12 @@ Data sets --------- -The parameters used in the datasets try to represent at best typical industrial runs in order to obtain representative speedups. For example, the iterative solvers -are never converged to machine accuracy, as the system solution is inside a non-linear loop. +The parameters used in the datasets try to represent at best typical industrial runs in order to obtain representative speedups. For example, the iterative solvers are never converged to machine accuracy, but only as a percentage of the initial residual. The different datasets are: SPHERE_16.7M ... 16.7M sphere mesh -SPHERE_132M ... 132M sphere mesh +SPHERE_132M .... 132M sphere mesh How to execute Alya with a given dataset ---------------------------------------- @@ -30,14 +29,14 @@ How to measure the speedup There are many ways to compute the scalability of Nastin module. -1. For the complete cycle including element assembly, boundary assembly, subgrid scale assembly, solvers, etc. +1. For the complete cycle including: element assembly + boundary assembly + subgrid scale assembly + solvers, etc. 2. For single kernels: element assembly, boundary assembly, subgrid scale assembly, solvers 3. Using overall times -1. In *.nsi.cvg file, colum "30. Elapsed CPU time" +1. In *.nsi.cvg file, column "30. Elapsed CPU time" 2. Single kernels. Here, average and maximum times are indicated in *.nsi.cvg at each iteration of each time step: @@ -50,6 +49,7 @@ Subgrid scale assembly: 31. SGS ave cpu time 32. SGS max cpu time Iterative solvers: 21. Sol. ave cpu time 22. Sol. max cpu time +Note that in the case of using Runge-Kutta time integration (the case of the sphere), the element and boundary assembly times are this of the last assembly of current time step (out of three for third order). 3. At the end of *.log file, total timings are shown for all modules. In this case we use the first value of the NASTIN MODULE. -- GitLab