Charm++ is a parallel object language based on C++. The f90charm module is to provide Fortran90 programs a f90 interface to Charm++. Using F90Charm interface, users can write Fortran90 programs in a fashion simliar to Charm++, which allows creation of parallel object arrays(Chare Arrays) and sending messages between them.
To interface Fortran90 to Charm++ and thus obtain a parallel version of your program you need to do the following things:
January 17, 2008
Charm Homepage