I need to pass the value of a variable from one FORTRAN program to another. The main program carries out calculations with some numerical inputs a,b , I want to enter numerical values of variables in another program like
[FONT=arial]real*8 a, b
common/variables/a,b
a = 1.
b = 2.
How should I...
I'm trying to install the TMDlib package (v.2.2.10). I followed the instructions from the README file:
./configure --prefix=/home/alexey/Software/TMDLIB --with-lhapdf=/home/alexey/Software/LHAPDF
make
make install
Next, I installed one of the PDF sets:
./TMDlib-getdata ccfm-JH-2013-set1...