ORIGINAL COMPILATION FOR THE STANDALONE

for i in `ls DelPhi77/*.f`; do gfortran -DGNU -fcray-pointer -ffixed-line-length-none -O3 -IDelPhi77/ -cpp -DDP -fdefault-real-8 -c  $i; done
for i in `ls DelPhi77/*.c`; do gcc -O3  -DLINUX -c $i; done
for i in `ls DelPhi77/*.cpp`; do g++ -O3  -DLINUX -c  $i; done



PYTHON MODULE COMPILATION

bash compile.sh



RUN SMALL TEST

cd test/
python test.py

