MADNESS  0.10.1
Hello world MADNESS style

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/MADworld.h .