alltests_LUKE

PURPOSE ^

LUKE - Script that runs all tests in one pass

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

LUKE - Script that runs all tests in one pass

Script that runs all tests in one pass. May take few hours. Prior to
run this script, all the *.mat files in the ~/Project_DKE/Database
directory must be created.

 by Yves Peysson (CEA/IRFM, yves.peysson@cea.fr) and Joan Decker (CEA/IRFM, joan.decker@cea.fr)

 ---------------------- Benchmarks -----------------------

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %LUKE - Script that runs all tests in one pass
0002 %
0003 %Script that runs all tests in one pass. May take few hours. Prior to
0004 %run this script, all the *.mat files in the ~/Project_DKE/Database
0005 %directory must be created.
0006 %
0007 % by Yves Peysson (CEA/IRFM, yves.peysson@cea.fr) and Joan Decker (CEA/IRFM, joan.decker@cea.fr)
0008 %
0009 % ---------------------- Benchmarks -----------------------
0010 %
0011 cd(['Simulations',filesep,'Benchmarks']);
0012 run_all_benchmarks;
0013 cd('../..')
0014 %
0015 % ---------------------- Examples -----------------------
0016 %
0017 cd(['Simulations',filesep,'Examples']);
0018 run_all_examples;
0019 cd('../..')
0020 %
0021 % ---------------------- C3PO -----------------------
0022 %
0023 cd(['Project_DKE',filesep,'Modules',filesep,'C3PO',filesep,'Examples']);
0024 run_all;
0025 cd('../../../..')
0026 %
0027 % ---------------------- Packages -----------------------
0028 %
0029 cd(['Project_DKE',filesep,'Packages']);
0030 test_packages_dke_yp
0031 cd('../..')
0032 %
0033 % ---------------------- Distributed computing -----------------------
0034 %
0035 cd([dkepath.luke_root,'Project_DKE',filesep,'Packages',filesep,'MDCE']);
0036 run_mdce
0037 cd('../../..')
0038 %
0039 disp('*********** ALL TESTS DONE **************');

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.