SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] forward modeling with threads


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: Darren.Weber@radiology.ucsf.edu
  • Cc: scirun-users@sci.utah.edu, Jason.Crane@mrsc.ucsf.edu
  • Subject: Re: [SCIRUN-USERS] forward modeling with threads
  • Date: Mon, 27 Mar 2006 15:20:15 -0700 (MST)


Hi,

   Usually when someone says a "grid system" they mean a distributed
cluster type environment... again usually using a message passing
system (usually MPI).  If this is what you mean, then no, SCIRun does
not support this type of multi-processing.  SCIRun uses threads (eg:
pthreads or sproc (SGI)).  Threads are 'shared memory' beasts, and
thus don't help in a distributed environment.  However, if you have a
multi-processor computer (many new linux boxes have 2 or more
processors, and many SGIs have lots of processors), then SCIRun can be
(fairly straigtforwardly) made to take advantage of it.

    Now as to the particulars of greating a parallel algorithm for
solving forward solutions, I'm not sure of the answer.  Perhaps others
on this list will have some insight.  Note, the FAQ probably doesn't
have the specific information you might need.

    Please feel free to write back with more specifics.

> Hi,
> 
> this looks helpful:
> 
> http://software.sci.utah.edu/doc/Installation/FAQ/faq.html
> 
> Does this point to sufficient information about SCIrun multithreading 
> for forward solutions.  I would appreciate some advice on getting 
> scripts setup to run multithreaded forward solutions for EEG/MEG and 
> spherical or boundary element models.  As a novice to threaded 
> computations on a grid system, we can seek advice from a local expert in 
> their use, but some startup tips and potential pitfalls with SCIrun 
> would be valuable.  We have a grid system that includes solaris and 
> linux systems.
> 
> I assume that inverse solutions are not threaded to the same extent as 
> forward solutions, although the BLAS may be threaded.
> 
> Take care, Darren


    Sincerely,
           J. Davison de St. Germain

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@sci.utah.edu   (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------
===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page