Skip to content
Discussion options

You must be logged in to vote

@millerzac I can't seem to recreate the issue with a minimal example. If you could post your stochastic tools input, I can maybe try with something closer with what you're running.

If the issue is really the LHS sampler. One work around that doesn't require modifying the code is to save the samples into a CSV then use a CSVSampler in your main input. Basically, you create an input that just outputs the LHS samples (which can be run a single processor):

[StochasticTools]
[]

[Distributions]
  [uniform]
    type = Uniform
    lower_bound = 0
    upper_bound = 1
  []
[]

[Samplers]
  [lhs]
    type = LatinHypercube
    distributions = uniform
    num_rows = 2400
  []
[]

[Reporters]
  [sampl…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@millerzac
Comment options

@millerzac
Comment options

@zachmprince
Comment options

@zachmprince
Comment options

Answer selected by millerzac
@millerzac
Comment options

@zachmprince
Comment options

@millerzac
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants