Can I run multiple chains simultaneously with different initial values?

14 views
Skip to first unread message

larryh...@gmail.com

unread,
Feb 13, 2017, 11:37:43 AM2/13/17
to QUESO-users mailing list
Hi,

I'd like to know if there is anyway that I can run multiple chains at one time with different initial values?

Thanks,
Han

Damon McDougall

unread,
Feb 20, 2017, 1:55:50 PM2/20/17
to larryh...@gmail.com, QUESO-users mailing list
Hi Han,
You'll need to use the MPI rank of the current process.

if (my_mpi_rank == i)
paramInitials = some_function_of_i();
}

Hope that helps.

>
> Thanks,
> Han
>
> --
> You received this message because you are subscribed to the Google Groups
> "QUESO-users mailing list" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to queso-users...@googlegroups.com.
> Visit this group at https://groups.google.com/group/queso-users.
> For more options, visit https://groups.google.com/d/optout.


--
Damon McDougall
http://dmcdougall.co.uk
Institute for Computational Engineering Sciences
201 E. 24th St., Stop C0200
The University of Texas at Austin
Austin, TX 78712-1229

larryh...@gmail.com

unread,
Feb 22, 2017, 5:59:11 PM2/22/17
to QUESO-users mailing list, larryh...@gmail.com
Hi Damon,

This works. Thank you very much!

Best regards,
Han
Reply all
Reply to author
Forward
0 new messages