You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In msparsm we cannot do this kind of processing. All workers are receiving a number of samples to be generated, and we need to pass them tbs arguments needed to generate a specific sample.
What master process needs to do is reading one line from the priors file per each sample, and then change the way parameters are read from command line in getpars function. Argument's order (theta, rho, etc.) is not enforced by default, hence a mechanism to assign the proper value from prior's file to the tbs argument must be provided.
The text was updated successfully, but these errors were encountered:
Priors is not currently supported by msparsm, meaning that tbs arguments cannot be used.
In original mspar, priors data is processed by means of a scanf on the input file in the main method:
In msparsm we cannot do this kind of processing. All workers are receiving a number of samples to be generated, and we need to pass them tbs arguments needed to generate a specific sample.
What master process needs to do is reading one line from the priors file per each sample, and then change the way parameters are read from command line in getpars function. Argument's order (theta, rho, etc.) is not enforced by default, hence a mechanism to assign the proper value from prior's file to the tbs argument must be provided.
The text was updated successfully, but these errors were encountered: