Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
#Instructions to compile and run the program

#ENVIRONMENT VARIABLES
Code requires two environment variables to be set:
One called uHALROOT, Set it to uHAL installation directory
By default uHAL get installed in /opt/cactus directory

export uHALROOT=/opt/cactus

The second is to make the code run more smoothly out of the box
and is called GLIBTEST
Set it to the root working directory of the package you checked
out from git.

Depending on your shell, use one of the two provided scripts
(setup.csh or setup.sh) making the necessary modifications
for your usernam and directory structure

#COMPILING THE PROGRAM
From the source directory just execute compile.sh file
./compile.sh

This will compile and build program and the all the executables
will go to the bin directory.

[VERY VERY IMPORTANT]
Set the LD_LIBRARY_PATH variable as given by the output of above script 

#RUNNING THE PROGRAM 
The executable can be run as follows (if PATH is set to include
$GLIBTEST/glib-testing/bin):
sturdy