I have to do a parallel programming project in a course. I'd like to do something in mpi and pthreads but I can't really come up with a (fun) good idea. If anyone would throw ideas at me I'd be thrilled.
Why would I ask for my own code..? Fire away friend, ideas!
As of now I have one idea I like. Making a gene alignment program in pthreads. A shared memory is holding the reference, pthreads are matching their snippets to the reference. However, like I said I'd really like to make something with MPI + pthread.