--
You received this message because you are subscribed to the Google Groups "Dedalus Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-dev...@googlegroups.com.
To post to this group, send email to dedal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-dev/e352e852-72a5-4467-9df4-8a1c3a5f0840%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-dev/CAAOZTN92SFLGa%2BOoe%3Dyq4osZ3HYb5oBqKU%2Bz1ZfkRwp2B39hPg%40mail.gmail.com.
From Susan!
---------- Forwarded message ---------
From: Susan Clark <susanc...@gmail.com>
Date: Mon, Jul 6, 2015, 18:56
Subject: Re: Parallelizing EVP solves
To: j s oishi <jso...@gmail.com>
Whoops, I don't have permission to post to dedalus-dev. Can you pass this along?
--
Hi Evan / Jeff,
Yep, I used python multiprocessing to do exactly this, i.e. solve eigenvalue problems while searching a big parameter space. It's pretty straightforward -- my approach was to use a Pool object which asynchronously calls some function (containing your eigenvalue problem) with some args (your parameters). It's ~10 lines of code which I'm happy to share or explain further.
Susan
On Mon, Jul 6, 2015 at 6:18 PM, j s oishi <jso...@gmail.com> wrote: