next up previous contents
Next: -mesh : outer boundary Up: General sections Previous: Entry Section   Contents

-general : Annotations, filenames

 ##############################################################################
 # Flags: nomenu, noprompt, nomessage,                                        #
 ##############################################################################
 # section: -general                                                          #
 ##############################################################################
 # outfile    = /tmp/--username--/--SomeDirectory--/Results                   #
 # scratchbase= /tmp/--username--/--SomeDirectory--/scratch                   #
 # restartfiles= -none-                                                       #
 #   t1restartfiles=  1440         -- Minutes. When to write the first set.   #
 #   dtrestartfiles=  1440         -- Minutes. Distance between writing.      #
 #   stopafterrestartfiles=1000000000   -- Stop after writing so often.       #
 # text( 1)= ' '                                                              #
 # text( 2)= ' '                                                              #
 # text( 3)= ' '                                                              #
 # text( 4)= ' '                                                              #
 # text( 5)= ' '                                                              #
 # text( 6)= ' '                                                              #
 # text( 7)= ' '                                                              #
 # text( 8)= ' '                                                              #
 # text( 9)= ' '                                                              #
 # text(10)= ' '                                                              #
 # text(11)= ' '                                                              #
 # text(12)= ' '                                                              #
 # text(13)= ' '                                                              #
 # text(14)= ' '                                                              #
 # text(15)= ' '                                                              #
 # text(16)= ' '                                                              #
 # text(17)= ' '                                                              #
 # text(18)= ' '                                                              #
 # text(19)= ' '                                                              #
 # text(20)= ' '                                                              #
 # dice  = yes                -- PVM/MPI: use many subvolumes                 #
 # ndpw  = auto               -- PVM/MPI: number of dice per worker           #
 # iodice= no                 -- PVM    : each worker writes its own results  #
 ##############################################################################
 # ?, return, help                                                            #
 ##############################################################################

Example The following specifies that the results of the computation shall be stored in the database with name '/tmp/UserName/resultdirectory'. The names of scratchfiles that gd1 generates shall start with '/tmp/UserName/delete-me-'. Restartfiles shall be written every 24 hours, and the names of the restartfiles shall start with
/tmp/UserName/restartfile. Together with the plots that gd1.pp will produce, the strings 'Parameter is 45' and '2*Parameter is 90' shall appear.
 -general
     outfile= /tmp/UserName/resultdirectory
     scratch= /tmp/UserName/delete-me-
     restartfiles= /tmp/UserName/restartfile

 define(PARAMETER, 45)
     text(1)= Parameter is PARAMETER
     text(2)= 2*Parameter is eval(2*PARAMETER)



Footnotes

... file1.1
This will actually be a directory. The reason is: For current (2009) workstations, it is quite easy to generate data in excess of 2GBytes. But many current filesystems and OS-tools cannot handle files larger than 2GBytes. So we chose to organise the computed data as a hierarchy of files. A directory is a hierarchy of files, so we used just that.

next up previous contents
Next: -mesh : outer boundary Up: General sections Previous: Entry Section   Contents