https://github.com/geodynamics/citcoms

sort by:
Revision Author Date Message Commit Date
1ae2dff Some minor edits 06 October 2006, 17:17:18 UTC
7394a1a Using 2-digit number for the cap filename, eg. prefix.cap00.step 05 October 2006, 20:07:32 UTC
4adbd5f Updated macros to use new samples files and fixed a few stylus issues 05 October 2006, 00:38:05 UTC
a43e1c9 Rearranged file list 05 October 2006, 00:15:53 UTC
c57c41c Updated file list 05 October 2006, 00:15:03 UTC
eb56b58 Replaced sample files at 0th time step with sample files at 100th time step, which have more interesting features in the visualization, 05 October 2006, 00:04:43 UTC
dec5cc0 * Removed some unnecessary parameters * Changed the layout slightly * Updated the cookbook scripts to be consistent with the manual 04 October 2006, 18:34:45 UTC
4803b77 Updated the Cookbook chapter 04 October 2006, 18:32:04 UTC
e7d317f Removed unused figures 04 October 2006, 18:24:10 UTC
32797c1 Renamed file to be consistent with the manual 04 October 2006, 01:56:32 UTC
9512254 Renamed directory to be consistent with the manual 04 October 2006, 01:54:28 UTC
ab8b6c4 Using default Rayleigh number, which is stated in the manual. Also updated the comment to be consistent with the manual. 02 October 2006, 22:46:19 UTC
3753e94 Slightly updated postprocessing chapter. Revised Cookbook 1. 02 October 2006, 22:43:45 UTC
5e5597c Updated Chapter 3 "Running CitComS.py" for the .cfg input format, also explained how to launch a parallel job. Some TODO items left. 30 September 2006, 00:56:33 UTC
4e33dfd Fixed age bug in Regional. In Regional_lith_age_read_files.c, find_age_in_MY() was not being converted to a float 29 September 2006, 23:14:31 UTC
0acc5c3 updated version on pdf cover and added pdf layered file 29 September 2006, 21:50:21 UTC
78036ea 1. Added a cap dimension for efficient parallel I/O 2. Bulk of data write operations now done in collective mode. 4. Passing various parallel I/O tuning parameters to HDF5 and MPI-IO. 5. Consolidated all data buffers into one (only largest size allocated). 28 September 2006, 14:56:04 UTC
3009045 Fixed typo in names 28 September 2006, 14:30:32 UTC
45534b2 * Removed debugging output * Added svn:keywords and svn:mime-type attributes 27 September 2006, 23:33:15 UTC
a422171 Relaxed setuptools version requirement to 0.6b1. 27 September 2006, 20:37:35 UTC
c4c57a3 * Created new component 'Output.py' for storing output-related properties * Added several input parameters for HDF5 output performance tuning * Moved 'output_format' and 'output_optional' form Solver.py to Output.py 27 September 2006, 00:24:45 UTC
738492c Fixed broken 'make dist' 26 September 2006, 12:20:08 UTC
12d4521 Made 'Exchanger' optional. Give "--with-exchanger=[yes|no]" as an argument to 'configure' to manually specify whether you want Exchanger; the default is "auto", which means to use Exchanger if it's installed (and on your PYTHONPATH). Egg-ified 'configure' checks for Python packages. This means that CitcomS now requires the egg-ified CIG version of Pythia -- and (optionally) the egg-ified Exchanger. Old Pythia/Exchanger installations will not work, as they lack the egg-metadata ('configure' will act as if they are not installed). Added 'setup.py', which will automatically download and install the egg version of Pythia -- as well as the egg system itself ('setuptools'). If you want Exchanger, you still must install it manually (the way C++ is used prevents complete egg-ification of Exchanger). Note that 'setup.py' actually checks-out the latest Pythia from the SVN repository. The release version of CitcomS will download a packaged Pythia from the website instead. 26 September 2006, 01:09:16 UTC
5d463b3 Disabled material output, since material control is not working (yet) 25 September 2006, 19:13:26 UTC
373b819 Added new input parameter 'datadir_old' in CitcomS.solver. If output_format=ascii and restart=1, the restart files will be read from ${datadir_old}/${rank}/${datafile_old}.velo.${rank}.${step}. In this case, 'datafile_old' cannot contain '/'. See issue56. 24 September 2006, 07:28:19 UTC
5c1c7aa Write surf and botm output by default (but can be disabled by setting output_optional=''), which is compatible with v2.0.x. 22 September 2006, 23:26:49 UTC
07ed10c Removed debugging output 22 September 2006, 22:58:02 UTC
1fc1f3d * Fixed issue55 "surf files got deleted by batchsurf.py" * Refactored the codes on machinefile -> nodelist 22 September 2006, 22:29:02 UTC
88b387e These scripts accept 'localhost' as a valid machine name now 22 September 2006, 22:14:37 UTC
fa022de Bug fix: maxdims[0] is set to H5S_UNLIMITED in extendible datasets, so it should never be incremented. 22 September 2006, 22:01:30 UTC
bec9f15 Added 'Id' keyword to the files 22 September 2006, 20:37:27 UTC
b0699e3 Fixed two bugs in post-processing scripts 22 September 2006, 19:19:11 UTC
280c471 Updated post-processing script for new output_format options. See issue53. 21 September 2006, 23:03:16 UTC
6819d58 Allow for optional fields when extending datasets. 21 September 2006, 21:25:44 UTC
f57748f Refactored out the code computing horizontal average of temperature and rms velocity into a function. This fixes the bug in issue46. 21 September 2006, 21:17:46 UTC
3638975 Forgot to change the default value in C 21 September 2006, 20:08:43 UTC
ef5a5b2 Added new option for "output_format". The current behavior is: * If output_format=="ascii-local" (the default), CitcomS will write ascii files to the directory and prefix specified by "datafile", ie., the same behavior as in v2.0 * If output_format=="ascii", CitcomS will write ascii files to the directory specified by "datadir" with the prefix specified by "datafile". In the case, "datafile" cannot contains the '/' (path seperator) character. * If output_format=="hdf5", CitcomS will write singe HDf5 file to the directory and prefix specified by "datafile". 21 September 2006, 19:57:58 UTC
0257ab0 Parser will skip lines starting with '[', so that it can parse .cfg file correctly 21 September 2006, 17:51:16 UTC
3d0ae13 Removed quotes from output string 21 September 2006, 17:49:19 UTC
8edf9f0 Calculate the needed # of cpu according to mesher properties. There is no longer a need to set launcher.nodes. 21 September 2006, 00:18:04 UTC
74c2461 Added svn:keywprds = Id 20 September 2006, 22:51:34 UTC
b71b7d8 Sync'd h5output_meta() with setProperties 20 September 2006, 20:47:31 UTC
d305358 Fixed the comment 20 September 2006, 20:45:39 UTC
d76f2f5 Removed unused parameter 'maxadvtime' 20 September 2006, 20:34:30 UTC
3cec036 Print out all pyre properties to the pid file 20 September 2006, 20:30:27 UTC
14a42a8 Saving the input parameters to a unique file 'pidXXXXX.cfg' for archives. 20 September 2006, 19:54:04 UTC
4a607d4 Allocate tensor field buffer only when necessary. 19 September 2006, 19:50:58 UTC
6df64fd Since the opendx scripts have the macro path built in the file, there is no need to define $DXMACROS env. var. 19 September 2006, 18:44:17 UTC
0891519 * Added new input parameter 'datadir' in Solver * All outputs are done in 'datadir' directory * Processors write its own ascii output in 'datadir/rank' directory * Post-processing codes and cookbook examples were updated accordingly 17 September 2006, 17:32:43 UTC
97262aa added help on usage. 14 September 2006, 18:14:03 UTC
6c46dea Changed range trait. 13 September 2006, 19:04:24 UTC
15229cc Fixed the bug of negative CPU time, which is caused by storing the walltime in insufficient precision 12 September 2006, 20:50:16 UTC
e60fedb added latest version of file converter in c. 11 September 2006, 17:25:43 UTC
31ffc94 Updated licenses. 11 September 2006, 17:24:29 UTC
a9e6ba7 Update 11 September 2006, 17:23:11 UTC
91c4b29 1. Added utility to extract steps from CitcomS HDF5 file. 2. Changed h5tocombined.c to h5tocap.c in copyright header. 11 September 2006, 00:17:46 UTC
4cbb737 When no frames are specified, print number of available frames. 11 September 2006, 00:09:53 UTC
1710fc0 1. Added h5tocap to build procedure 2. Changed h5tocap to read frames from command-line (instead of steps) 10 September 2006, 09:50:56 UTC
fc0bd37 Moved connectivity dataset to root group. 10 September 2006, 07:36:21 UTC
5687edb * set --with-hdf5=auto as default, which will try to detect HDF5 library, if not found, HDF5 support will be disabled * Reported summary at the end of configure 09 September 2006, 01:45:11 UTC
ef69b49 Added $PHDF5_HOME env. variables for the home directory of parallel HDF5 lib 09 September 2006, 00:24:41 UTC
c401173 Forgot to rename file 08 September 2006, 20:59:16 UTC
b8c6e93 Changed name to h5tocap.c 08 September 2006, 20:27:42 UTC
ba0b406 Added a comment 08 September 2006, 19:20:07 UTC
be3be8b Reverted the accidental check-in at r4498 08 September 2006, 19:18:21 UTC
6d66fa7 Renamed the conversion script 08 September 2006, 19:14:42 UTC
8a70e4f * Using 'caps' attribute in the input group * frame -> timestep conversion * Cleaned up the code 08 September 2006, 19:14:12 UTC
8c8edf4 Removing unnecessary HDF5 attribute. 08 September 2006, 15:53:55 UTC
b54b035 Fix allocation of buffer for connectivity (done per cap, not globally). 08 September 2006, 15:46:28 UTC
8c1b1af Fixed connectivity issues. Fixed HdfDisplays wrong status output. 07 September 2006, 21:07:38 UTC
7d2f637 Got rid of the iterator to change the order. 06 September 2006, 22:33:30 UTC
7112cc3 Added function to retrieve float attributes from HDF5 file. 06 September 2006, 21:01:50 UTC
f5ba751 * Made CitcomSImportHDF5 accept NULL (default) input for the caplist * Added CitcomSImportHDF5 to the install list 06 September 2006, 20:18:19 UTC
ee9203e Forgot backslash (line continuation) after Solver/__init__.py. See issue48. 06 September 2006, 19:06:02 UTC
6e153d7 Added an dx macro to import HDF5 output, this module depends on the Cactus OpenDXutils project (http://www.cactuscode.org/Visualization/openDX) 06 September 2006, 18:39:06 UTC
52643a2 New C version of the Hdf to Vtk converter. 06 September 2006, 16:41:58 UTC
6378e69 Bugfixes and a new README on how to use the code. 05 September 2006, 22:41:10 UTC
db4cb66 Consistency 05 September 2006, 21:10:21 UTC
ea2c5ef Some minor bugfixes 05 September 2006, 20:53:25 UTC
360898f Rename for consistence. 05 September 2006, 20:49:51 UTC
12be5fe Added connectivity datasets (per cap) to HDF5 optional output. 02 September 2006, 10:11:53 UTC
3762fe2 Opened all available cap groups outside the main loop. 02 September 2006, 09:31:15 UTC
4161786 New folder structure. 31 August 2006, 23:06:36 UTC
1790c11 Complete update to new Folder structure. 31 August 2006, 23:05:04 UTC
b187f94 Added ability to output multiple timesteps (specified on command-line). 31 August 2006, 14:56:29 UTC
99c3faf 1. Cleaned up code in general. 2. Fixed bug in reading coord dataset (need to do it for each cap!). 31 August 2006, 13:28:33 UTC
4ddc2ba More stable versions. Some performance enhancements. 29 August 2006, 23:44:53 UTC
94d74f5 Deleting Bytecode Files 28 August 2006, 23:19:35 UTC
079b37c Files for Mayavi2 plugins 28 August 2006, 23:17:45 UTC
d325add fixed man cover, removed pg no., fixed date, added table of figures, enabled URL hotlinks 28 August 2006, 21:20:33 UTC
39ead86 Flushed debugging output 26 August 2006, 00:49:06 UTC
fae9d1f Improved the section of full CitcomS visualization. Fixed issue44 25 August 2006, 23:15:12 UTC
66dc232 Added script to estimate the size of the output from CitcomS. 24 August 2006, 23:46:45 UTC
c6a2532 Renamed some attributes 24 August 2006, 20:08:59 UTC
fde1b04 Updated file list 24 August 2006, 20:08:17 UTC
7fe2c89 Changed the class names 24 August 2006, 19:40:45 UTC
0518c68 Renamed *Exchanger.py to *Coupler.py 24 August 2006, 19:34:48 UTC
d64fecf Started refactoring Coupler and Exchanger ... 24 August 2006, 19:31:54 UTC
faac435 * Refactored coupler-related codes from Solver.py to CoupledSolver.py * Created CoupledFullSolver.py and CoupledRegionalSolver.py * Refactored common codes between CoupledApp.py and SimpleApp.py to BaseApplication.py * Changed the facility names in CoupledApp.py * Created a coupledcitcoms script 24 August 2006, 19:27:49 UTC
e78e058 Added /cap/average/coord dataset 24 August 2006, 02:47:01 UTC
back to top