Try with this link:
http://ekhidna2.biocenter.helsinki.fi/dali/README.html
In point 3 "configure" that say:
Edit the paths of $MPIDALI_BIN and $MPIRUN_EXE at the top of /home/you/DaliLite.v4/bin/mpidali.pm
You must to open the archive "mpidali.pm" in the bin directory (follow your own path) with gedit that allow do certain changes in $MPIDALI_BIN and $MPIRUN_EXE.
You must to be sure that $MPIDALI_BIN have your right path (specially in "you"):
my $MPIDALI_BIN="/home/you/DaliLite.v4/bin";
And chain $MPIRUN_EXE, the right line is like:
my $MPIRUN_EXE="/usr/bin/mpirun -output-filename x ";
If you dont have "mprium" in this line , you need to install that package, and delete all that apear after you/ TO -output, and replace this space with "mpirun" to obtain finally:
my $MPIRUN_EXE="/usr/bin/mpirun -output-filename x
Dalilite need that mpirum be installed.
After that, go to the DaliLite.v4 directory and run the test:
cd /home/you/DaliLite.v4
./test.csh
Regards.