Duncan Gibson wrote:
> 
> Is it worth investigating FLTK+MPI further, or is it a non-starter?
> 

Probably a non-starter at this point.  You probably want OpenMP these 
days instead.  They don't replace each other, but OpenMP is probably 
better for current cpus.
As usual, fltk's loop should only be done in the main thread.

For parallel processing, MPI is usually not much better than a render 
queue unless you need to share massive amounts of data between processes 
and storing it on disk is not possible.  For queues see: Condor, DrQueue 
or own Greg Ercolano's rush.



-- 
Gonzalo Garramuño
[EMAIL PROTECTED]

AMD4400 - ASUS48N-E
GeForce7300GT
Kubuntu Edgy

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to