Changeset 688
- Timestamp:
- 12/05/06 21:53:34 (2 years ago)
- Location:
- branches/newmole
- Files:
-
- 5 modified
- 1 copied
-
doxygen/doxygen_setup_style.txt (copied) (copied from trunk/doxygen/doxygen_setup_style.txt)
-
readme.txt (modified) (1 diff)
-
scripts/nightly_runL_tsuite_part2.pl (modified) (1 diff)
-
scripts/nightly_run_tsuite.pl (modified) (2 diffs)
-
scripts/weekly_backup.pl (modified) (1 diff)
-
tsuite/auto/runall.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/readme.txt
r421 r688 2 2 www.nublado.org 3 3 4 There are five directories below this one containing the source, atomic data, documentation, scripts, and test suite. The test suite directory, tsuite, has three directories below it, auto, slow, and programs. These give different parts of the test suite. These directories contain all files needed to build and execute Cloudy.4 There are six directories below this one containing the atomic data, documentation, doxygen setup files, scripts, source, and test suite. The test suite directory, tsuite, has three directories below it, auto, slow, and programs, giving parts of the test suite. The six top directories contain all files needed to build and execute Cloudy. Each directory has a readme file giving more information on the contents. 5 5 6 6 DOCUMENTS 7 A separate repository, parallel to this one, contains Word versions of Hazy, the code's documentation. This respository contains PDF versions of the documentation in the docs directory.7 The docs directory contains PDF versions of the documentation. (A separate subversion repository contains Word versions of Hazy, the code's documentation.) The doxygen directory contains the files needed to create html documentation with doxygen. See the readme for more details. 8 8 9 9 BUILDING 10 The code web site has instructions for building the code on various platforms. Go to http://www.nublado.org That sitehas links to the code's discussion board. Please place questions or comments there.10 The code's web site has instructions for building the code on various platforms. Go to the downloads / current stable version page at http://www.nublado.org That site also has links to the code's discussion board. Please place questions or comments there. 11 11 12 12 Good Luck, 13 13 Gary Ferland 14 14 Lexington 15 15 16 16 -
branches/newmole/scripts/nightly_runL_tsuite_part2.pl
r336 r688 7 7 # this is the number of models to actually compute here 8 8 # this is run on second slave machine and must end first 9 $nmod_calc = 70; 9 # slave will do this many, master will skip this many 10 #>>chng 06 aug 29, from 67 to 62, master found 8 undone model on a backup night 11 $nmod_calc = 55; 12 10 13 $nMod = 0; 11 14 $nComputed = 0; -
branches/newmole/scripts/nightly_run_tsuite.pl
r349 r688 1 1 #!perl -w 2 2 # this is main script and must end last since it checks all sims 3 # here this is the number we must to slip over - will go from next to end 4 $nmod_calc = 70; 3 # the number to skip - will go from next to end 4 # slave will do this many, master will skip this many 5 #>>chng 06 aug 29, from 67 to 62, master found 8 undone model on a backup night 6 $nmod_calc = 55; 5 7 6 8 # NB this script uses mks version of tar - renamed to mks_tar … … 201 203 if( $lgLOGGING ) 202 204 { 203 printf( ioLOG " autorun.pl terminates\n" );205 printf( ioLOG "nightly_run_tsuite.pl terminates\n" ); 204 206 } 205 207 -
branches/newmole/scripts/weekly_backup.pl
r341 r688 165 165 open( ioLOG , ">backup.txt" ); 166 166 167 printf( ioLOG " exe, data, and source backed up to thunder.\n");167 printf( ioLOG " exe, data, and source backed up to cumulus storage.\n"); 168 168 printf( ioLOG " file name was %s\n", $basename) ; 169 169 close( ioLOG ); -
branches/newmole/tsuite/auto/runall.pl
r505 r688 36 36 #$exe = "c:/Projects/Cloudy/trunk/debug/trunk.exe"; 37 37 #system("cp c:/projects/cloudy/trunk/debug/trunk.exe . "); 38 $exe = "c:/projects/cloudy/ newmole/release/newmole.exe";38 $exe = "c:/projects/cloudy/trunk/release/trunk.exe"; 39 39 40 40 $nMod = 0;
