Skip to content

Commit

Permalink
removing internalParallel for adaptsobol cluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTalbot-INL committed Jun 12, 2024
1 parent 7093f70 commit b4fef1c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions tests/cluster_tests/AdaptiveSobol/test_adapt_sobol_parallel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<WorkingDir>workdir</WorkingDir>
<Sequence>make,train,print</Sequence>
<batchSize>3</batchSize>
<internalParallel>True</internalParallel>
<expectedTime>00:10:00</expectedTime>
<expectedTime>00:20:00</expectedTime>
<JobName>test_qsub</JobName>
<mode>
mpi
Expand All @@ -14,8 +13,8 @@
</RunInfo>

<Steps>
<MultiRun name="make" pauseAtEnd="False">
<Input class="DataObjects" type="PointSet">dummyIN</Input>
<MultiRun name="make">
<Input class="DataObjects" type="PointSet">placeholder</Input>
<Model class="Models" type="ExternalModel">poly</Model>
<Sampler class="Samplers" type="AdaptiveSobol">sobol</Sampler>
<Output class="DataObjects" type="PointSet">solns</Output>
Expand Down Expand Up @@ -65,7 +64,6 @@
</Samplers>

<Models>
<Dummy name="MyDummy" print="True" subType=""/>
<ExternalModel ModuleToLoad="../multi" name="poly" subType="">
<inputs>x1,x2,x3,x4</inputs>
<outputs>ans,ans2</outputs>
Expand All @@ -80,10 +78,7 @@
</Models>

<DataObjects>
<PointSet name="dummyIN">
<Input>x1,x2,x3,x4</Input>
<Output>OutputPlaceHolder</Output>
</PointSet>
<PointSet name="placeholder"/>
<PointSet name="solns">
<Input>x1,x2,x3,x4</Input>
<Output>ans,ans2</Output>
Expand Down

0 comments on commit b4fef1c

Please sign in to comment.