Problems installing the TMDlib package

  • Thread starter Thread starter Milleniumeye
  • Start date Start date
AI Thread Summary
The discussion revolves around the installation of the TMDlib package (v.2.2.10) and an error encountered when running the TMDlib_Fortran.F example. After following the installation instructions and downloading a PDF set, the user receives an error indicating that a specific file does not exist in the expected directory. It is suggested that the error arises because the program is looking for a file named ccfm-JH-2013-set1.info, which is not found. Recommendations include checking the example Fortran code for necessary edits or command line arguments and consulting the manual for further guidance.
Milleniumeye
Messages
2
Reaction score
0
TL;DR Summary
The conversation discusses the installation and use of the TMDlib source package from http://tmdlib.hepforge.org/.
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

Everything was going well, but when I run the TMDlib_Fortran.F example I get an error

TMDinfo: file does not exist /home/alexey/Software/TMDLIB/share/tmdlib//.info
return on EXIT_FAILURE

Has anyone encountered a similar error?
Best regards!
 
Technology news on Phys.org
Milleniumeye said:
file does not exist /home/alexey/Software/TMDLIB/share/tmdlib//.info
I'm not surprised that file does not exist, it should be looking for something like ccfm-JH-2013-set1.info in whatever path you have downloaded it into. You probably need to edit something in the example Fortran code, or pass it a command line argument.

Reading the fine manual might be a good idea at this point.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top