README for GRAPE-6 interface library (libg6)

Copyright J. Makino 2001

Version 0.0 May 16, 2001, Jun Makino

1) Installing libg6

On Digital UNIX systems,

% cd ../grape6
% make
% cd  ../g6hib
% make

should do

On Linux/Alpha systems

% cd ../grape
% make -f Makefile.linuxalpha
% cd ../g6hib
% make -f Makefile.linuxalpha

2) Setting up basic hardware test environment

2.1) selecting the configulation file
For the board with 1, 2,  4 and 8 modules,

% copy g6config_export[n].dat0 g6config.dat0

where [n] is the number of modules

For example, 1 module board:

% copy g6config_export1.dat0 g6config.dat0

2.2) setting the environment variable

(for csh. Use the appropriate command for your preferred shell...)

% setenv GRAPE6_CONFIG_FILE ../g6hib/g6config.dat

(no, do not add the last "0" in the file name)
