karl@grebyn.com (Karl Nyberg) (07/14/89)
The following messages contain the most recent version of the dhrystone program, as published in July/August 1989 Ada Letters. Four minor edits were performed (only the first two are included here, as I'm sending the Ultrix version files): File names have been changed to end with .a so I could compile under VADS on Ultrix. (A nice set of 8 character unique names for DOS would have been nice, where .ADA extension was made.) The s or b characters have been prepended by an underscore and placed before the period. A missing "-" made a non-comment into a comment in d_global_s.a at line 325. The constant Max_Number_Of_Runs in d_pack_1_b.a (1_000_000) is outside the range of INTEGER on AdaVantage. By lowering it to 32_767 the program compiles without complaint and can be run successfully (at least on a 386 running at 20 MhZ). A pragma ELABORATE (TEXT_IO); at line 39 in d_pack_1_b.a had to be removed in the corresponding DOS version. -- Karl --