Recent content by Milleniumeye

  1. M

    Fortran Passing variables in FORTRAN

    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...
  2. M

    Problems installing the TMDlib package

    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...
Back
Top