/trunk/src Developers: jmschrei

Login name:
jmschrei
Total Commits:
137 (1.1%)
Lines of Code:
12265 (8.9%)
Most Recent Commit:
2010-09-21 16:33

Activity by Clock Time

Activity by Hour of Day for jmschrei

Activity by Day of Week for jmschrei

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 137 (100.0%) 12265 (100.0%) 89.5
VisIt/udaReaderMTMD/ 59 (43.1%) 6817 (55.6%) 115.5
StandAlone/tools/uda2vis/ 55 (40.1%) 5382 (43.9%) 97.8
StandAlone/tools/uda2nrrd/ 3 (2.2%) 38 (0.3%) 12.6
/ 6 (4.4%) 24 (0.2%) 4.0
Core/Thread/ 1 (0.7%) 3 (0.0%) 3.0
StandAlone/tools/ 1 (0.7%) 1 (0.0%) 1.0
VisIt/Molecule/ 10 (7.3%) 0 (0.0%) 0.0
Core/Datatypes/ 2 (1.5%) 0 (0.0%) 0.0

Activity of jmschrei

Most Recent Commits

jmschrei 2010-09-21 16:33 Rev.: 46250

adding file to hold common expressions

9 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: udaExpressions.txt (new 9)
jmschrei 2010-09-21 15:30 Rev.: 46249

adding support for loading common expressions from a text file

0 lines of code changed in 4 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (changed), avtudaReaderMTMDFileFormat.h (changed)
jmschrei 2010-07-20 15:57 Rev.: 45908

Moving extra cells option into visit database options rather than a constant in the code, so loading extra cells or not can be controlled without recompiling. Extra cells are not loaded by default, for efficiency reasons.

161 lines of code changed in 8 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (+85 -80), avtudaReaderMTMDFileFormat.h (+3 -2), avtudaReaderMTMDOptions.C (new 22), avtudaReaderMTMDOptions.h (new 13), udaReaderMTMD.xml (new), udaReaderMTMDCommonPluginInfo.C (+35 -1), udaReaderMTMDPluginInfo.h (+2)
jmschrei 2010-07-01 10:50 Rev.: 45790

cleaning up compiler warnings

19 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (+19 -17)
jmschrei 2010-07-01 10:35 Rev.: 45789

specify cmake variable types on the visit cmake command line - seems to fix the issue with spaces in CXXFLAGS

0 lines of code changed in 2 files:

  • VisIt/udaReaderMTMD: sub.mk (new)
jmschrei 2010-06-24 10:49 Rev.: 45776

pass CXX and CXXFLAGS to cmake, so plugin is built with the same flags as everything else

1 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: sub.mk (+1 -1)
jmschrei 2010-06-09 17:50 Rev.: 45715

removing old uda2nrrd files from uda2vis that aren't used, renaming what's left to be more consistent

2058 lines of code changed in 27 files:

  • configure (+1 -1), configure.ac (+1 -1)
  • StandAlone/tools/uda2vis: Args.h (del), Matrix_Op.h (del), QueryInfo.h (del), bc.cc (del), bc.h (del), build.cc (del), build.h (del), handleVariable.cc (del), handleVariable.h (del), particleData.h (del), particles.cc (del), particles.h (del), sub.mk (new), uda2nrrd.cc (del), uda2vis.cc (+513), udaData.h (new 125), update_mesh_handle.cc (del), update_mesh_handle.h (del), wrap_nrrd.cc (del), wrap_nrrd.h (del)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (+1413), avtudaReaderMTMDFileFormat.h (+1 -1), sub.mk (+3 -3), testavtudaReaderMTMDFileFormat.C.in (del)
jmschrei 2010-06-09 17:20 Rev.: 45714

removing dependency on teem from uda2vis

2 lines of code changed in 2 files:

  • StandAlone/tools: sub.mk (+1 -3)
  • StandAlone/tools/uda2vis: sub.mk (+1 -1)
jmschrei 2010-06-09 16:58 Rev.: 45713

adding proc_id variable to show which processor a patch was assigned to

4770 lines of code changed in 3 files:

  • StandAlone/tools/uda2vis: particleData.h (new 113), uda2nrrd.cc (new 1492)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (new 3165)
jmschrei 2010-06-08 15:06 Rev.: 45708

fixing include directories

4 lines of code changed in 3 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+1 -1), sub.mk (+2 -2), testavtudaReaderMTMDFileFormat.C.in (+1 -1)
jmschrei 2010-06-01 17:51 Rev.: 45670

Updating uda reader plugin and installation guide to compile against the official 2.0 VisIt release.

76 lines of code changed in 11 files:

  • configure (+3 -8), configure.ac (+2 -5)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+1 -1), sub.mk (+7 -6), testavtudaReaderMTMDFileFormat.C.in (+1 -1), udaReaderMTMD.xml (+4 -4), udaReaderMTMDCommonPluginInfo.C (+11 -4), udaReaderMTMDEnginePluginInfo.C (+1 -1), udaReaderMTMDMDServerPluginInfo.C (+1 -1), udaReaderMTMDPluginInfo.C (+41 -7), udaReaderMTMDPluginInfo.h (+4 -2)
jmschrei 2010-04-06 15:19 Rev.: 45506

removing assumption that all particle data is on the same level

24 lines of code changed in 3 files:

  • StandAlone/tools/uda2vis: particleData.h (-1), uda2nrrd.cc (+10 -11)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+14 -34)
jmschrei 2010-03-30 13:45 Rev.: 45490

Fixed serialized reads so the first process waits for the last after its first read, and added code to serialize reads for particle data. Added more explicit #define option for serialized reads, which is disabled by default since they are slower than parallel reads. Also removed some unused variables, and other minor misc cleanups.

79 lines of code changed in 2 files:

  • StandAlone/tools/uda2vis: uda2nrrd.cc (+8 -7)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+71 -29)
jmschrei 2010-03-30 13:06 Rev.: 45488

replace NaNs with large negative numbers for particle variables

6 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+6)
jmschrei 2010-03-29 15:47 Rev.: 45486

Replace NaNs with large negative numbers so they are apparent in visit plots

6 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+6)
jmschrei 2010-03-17 17:36 Rev.: 45441

Updated visit meshes for face centered data so they are more accurate with pseudocolor plots

57 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+57 -51)
jmschrei 2010-03-16 19:33 Rev.: 45437

Major cleanup and simplification of the visit plugin code.

2261 lines of code changed in 14 files:

  • StandAlone/tools/uda2vis: build.cc (new 145), build.h (new 4), handleVariable.cc (new 301), handleVariable.h (new 14), particleData.h (+65 -112), particles.cc (new 638), particles.h (new 51), uda2nrrd.cc (+328 -641), update_mesh_handle.cc (new 3), update_mesh_handle.h (new 4), wrap_nrrd.cc (new 169), wrap_nrrd.h (new 4)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+9 -35), testavtudaReaderMTMDFileFormat.C.in (+526 -1751)
jmschrei 2010-03-09 14:50 Rev.: 45421

Allow preventing the thread class from installing its atexit handler with an environment variable - works around visit processes getting killed when dlclose is called

8 lines of code changed in 2 files:

  • Core/Thread: Thread_pthreads.cc (+3 -1)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+5)
jmschrei 2010-03-05 18:07 Rev.: 45401

removing getNumPatches(), getNumLevels(), and getPatchIndex() since they're not used and their functionality is redundant

0 lines of code changed in 3 files:

  • StandAlone/tools/uda2vis: uda2nrrd.cc (-107)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (-4), testavtudaReaderMTMDFileFormat.C.in (-20)
jmschrei 2010-03-03 18:47 Rev.: 45395

proper template instantiation in build.cc, lots more code cleanup/organization

374 lines of code changed in 6 files:

  • StandAlone/tools/uda2vis: build.cc (+116 -145), handleVariable.cc (+132 -144), handleVariable.h (+16 -14), uda2nrrd.cc (+29 -40), wrap_nrrd.cc (+81 -169)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (-17)

(10 more)

Generated by StatSVN 0.4.0