![]() ![]() ![]() ![]() Next: Parameters Up: HelloWorld Previous: Configuration Files Contents Screen OutputHere we list the actual output from running the Hello World parameter file. Note that as we develop the framework this output may look a little different by the time you see it. [allen@gullveig CactusClean]$ ./exe/cactus_world arrangements/CactusExamples \ /HelloWorld/par/HelloWorld.par -------------------------------------------------------------------------------- 10 1 0101 ************************ 01 1010 10 The Cactus Code V4.0 1010 1101 011 www.cactuscode.org 1001 100101 ************************ 00010101 100011 (c) Copyright The Authors 0100 GNU Licensed. No Warranty 0101 -------------------------------------------------------------------------------- Cactus version: 4.0.b12 Compile date: May 01 2002 (10:26:44) Run date: May 01 2002 (10:28:35) Run host: gullveig.aei.mpg.de Executable: ./exe/cactus_world Parameter file: arrangements/CactusExamples/HelloWorld/par/HelloWorld.par -------------------------------------------------------------------------------- Activating thorn Cactus...Success -> active implementation Cactus Activation requested for --->HelloWorld<--- Activating thorn HelloWorld...Success -> active implementation helloworld -------------------------------------------------------------------------------- if (recover initial data) Recover parameters endif Startup routines Parameter checking routines Initialisation if (NOT (recover initial data AND recovery_mode is 'strict')) endif if (recover initial data) endif if (checkpoint initial data) endif if (analysis) endif Do periodic output of grid variables do loop over timesteps Rotate timelevels iteration = iteration + 1 t = t+dt HelloWorld: Print message to screen if (checkpoint) endif if (analysis) endif Do periodic output of grid variables do loop over timesteps Rotate timelevels iteration = iteration + 1 t = t+dt HelloWorld: Print message to screen if (checkpoint) endif if (analysis) endif Do periodic output of grid variables enddo Termination routines Shutdown routines -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! INFO (HelloWorld): Hello World ! -------------------------------------------------------------------------------- Done.
|