Last change
on this file was 15393, checked in by Mathieu Morlighem, 12 years ago |
NEW: adding Archive/14312-15392 for oecreview
|
File size:
952 bytes
|
Rev | Line | |
---|
[15393] | 1 | Index: ../trunk-jpl/test/NightlyRun/test234.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test234.m (revision 15284)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test234.m (revision 15285)
|
---|
| 5 | @@ -41,7 +41,8 @@
|
---|
| 6 | %% nond_sampling study
|
---|
| 7 | md.qmu.method=dakota_method('nond_samp');
|
---|
| 8 | md.qmu.method(end)=dmeth_params_set(md.qmu.method(end),'seed',1234,'samples',20,'sample_type','lhs');
|
---|
| 9 | -if (str2num(dakotaversion())>4.2)
|
---|
| 10 | +dver=textscan(dakotaversion(),'%[0123456789].%[0123456789].%[0123456789]')
|
---|
| 11 | +if ((str2num(dver{1}{1})==4 && str2num(dver{2}{1})>2) || str2num(dver{1}{1})>4)
|
---|
| 12 | md.qmu.method(end)=dmeth_params_set(md.qmu.method(end),'rng','rnum2')
|
---|
| 13 | end
|
---|
| 14 |
|
---|
| 15 | @@ -51,6 +52,7 @@
|
---|
| 16 | md.qmu.params.analysis_components='';
|
---|
| 17 | md.qmu.params.evaluation_concurrency=1;
|
---|
| 18 | md.qmu.params.interval_type='forward';
|
---|
| 19 | +md.qmu.params.tabular_graphics_data=true;
|
---|
| 20 | md.qmu.isdakota=1;
|
---|
| 21 |
|
---|
| 22 | md.diagnostic.reltol=10^-5; %tighten for qmu analyses
|
---|
Note:
See
TracBrowser
for help on using the repository browser.