charmc hello.ci -language f90charmwill create hello.decl.h, hello.def.h
charmc -c hello.Cwill compile the hello.C with hello.decl.h, hello.def.h.
charmc -c hellof.f90charmc will invoke fotran compiler;
charmc -o hello hello.o hellof.o -language f90charmwill link hellof.o, hello.o against Charm's Fortran90 library to create your executable program 'hello'.
There is a 2D array example at charm/examples/charm++/f90charm/hello2D.
November 23, 2009
Charm Homepage