This folder contains all of the source code used to generate a set of experimental results for BACOL and BACOLI. The experiments include work precision, machine independent and machine dependent tests for several model problems. Each subfolder contains an "info.txt" file which expains its contents. Compiling instructions: Note: These tests were all generated using the gfortran compiler with options as specified in the Makefile. To use a different compiler, set the "FC" variable on line 5 of the Makefile, however this may lead to incompatabilities if the chosen compiler does not support the options we have chosen. To generate the full set of work precision test executables, in the current directory run: make wp For machine independent: make mi For machine dependent: make md For the CSRM work precision tests using a quadruple precision reference solution, run: make ref Note: After you have run "make ref", run the "aRCD-ref" executable to generate the reference solution before running the "RCD-ref" or "RCD-bac-ref" executable.