MADNESS  version 0.9
Hello world MADNESS style
Collaboration diagram for Hello world MADNESS style:

The source is here.

Simplest program that initializes the MADNESS parallel runtime using initialize(), makes a madness::World object, prints a greeting, and then cleans up.

To initialize the MADNESS numerical environment you also need startup(world,argc,argv) and should include mra/mra.h rather than world/world.h .