summaryrefslogtreecommitdiffstats
path: root/pablo/PabloSedscr
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4395] Purpose:Dan Wells2001-08-201-4/+20
| | | | | | | | | | | | | | | | | Bug fix Description: When the Fortran interface was used on the Linux systems, there were segmentation errors. This was caused because two arrays were being accessed outside of their bounds and because the trace type parameters were specified inccorectly in the ProcTrace.inc file. There were also problems on some systems caused because the long names of HDF entries resulted in trace IDs which were too long. Solution: The lines where arrays were being accessed outside of their bounds were changed. The code in the Makefile.in and the PabloSedscr sed script file were changed so that the tracetype parameters were generated correctly. The PabloSedscr file was also modified to eliminate trace IDs for individual entries. Platforms tested: LINUX, IRIX64, IBM SP2
* [svn-r1181] Changes to allow automatic building of tables for event IDs and ↵Dan Wells1999-04-141-0/+15
for compatiblity of HDF 4 and HDF 5 trace files.