@@ -14,20 +14,27 @@ Disclaimer: the DPI library is supplied with a modified version of Mercury 6 for
The use of DPI in conjunction with Mercury 6 should be straightforward for Mercury's users. Users not familiar with Mercury 6 are advised to first read Mercury's manual to get in touch with its working.
In order to use Mercury together with DPI the users need to compile together the following two files:
- dpi1_0.for, containing the DPI library
- mercury6_2-dpi.for, containing a modified version of Mercury 6 adapted to call the subroutines provided by the DPI library
* dpi1_0.for, containing the DPI library
* mercury6_2-dpi.for, containing a modified version of Mercury 6 adapted to call the subroutines provided by the DPI library
The two files can either be compiled together, e.g: