Have trouble running the Fermi software on ubuntu terminal

AI Thread Summary
The discussion revolves around troubleshooting the installation and execution of NASA's Fermi software on Ubuntu. The user has followed the installation steps but is unsure how to proceed after sourcing the installation. There is confusion regarding the absence of executable files, and participants suggest that the software may operate via command line without a graphical user interface. They emphasize checking the 'bin' subdirectory for executable files, noting that each tool within the software package may have its own file. The conversation also touches on the typical installation process for software on Ubuntu, which includes commands like `./configure`, `make`, and `make install`. Participants request further details about the installation instructions and the contents of the sourcing script to provide more targeted assistance.
majormuss
Messages
124
Reaction score
4
Hi all,
I recently installed ubuntu on my pc and I am trying to run the Fermi software provided by NASA (http://fermi.gsfc.nasa.gov/ssc/data/analysis/software/). I believe I did all the installation steps right but I am having trouble starting the software. If you are familiar with this software and know how to run it please let me know! What do I do after the last step in the installation procedure? I cannot find any executable files from the installation folder. Please help!
 
Technology news on Phys.org
What kind of trouble is it exactly?
Give me a list of subdirectories in the installation directory.
Also you should notice that it may be a command line software with no GUI.
 
Last edited:
Shyan said:
What kind of trouble is it exactly?
Give me a list of subdirectories in the installation directory.
Also you should notice that it may be a command line software with no GUI.
I ran the installation according to the directions on the website and I sourced it. I am not sure what to do next in order to run the software and access the Fermi data. I attached a picture of where I am. After I choose yes for sourcing, nothing followed. My problem is that I don't know what is next.
 

Attachments

  • Screenshot from 2015-06-09 13:02:19.png
    Screenshot from 2015-06-09 13:02:19.png
    22.5 KB · Views: 457
majormuss said:
I ran the installation according to the directions on the website and I sourced it. I am not sure what to do next in order to run the software and access the Fermi data. I attached a picture of where I am. After I choose yes for sourcing, nothing followed. My problem is that I don't know what is next.
It seems this is a command line software. Anything needed to run the software, should be inside that bin subdirectory. Usually a file named the same as the name of the software. But if you couldn't find it, just give me a list of the files in that subdirectory.
 
Thanks, this is a list of the files in the 'bin' sub-directory. I uploaded pictures of it.
 

Attachments

  • Screenshot from 2015-06-10 09:15:53.png
    Screenshot from 2015-06-10 09:15:53.png
    75.1 KB · Views: 425
  • Screenshot from 2015-06-10 09:16:06.png
    Screenshot from 2015-06-10 09:16:06.png
    79.2 KB · Views: 493
  • Screenshot from 2015-06-10 09:16:15.png
    Screenshot from 2015-06-10 09:16:15.png
    51.9 KB · Views: 451
None of them seem to be what you want!
Anyway, from the path, it seems to me we're not in the right place. Is there a bin directory directly under "fermi_science_tools"?
 
Shyan said:
None of them seem to be what you want!
Anyway, from the path, it seems to me we're not in the right place. Is there a bin directory directly under "fermi_science_tools"?
This is the directory to the BUILD_DIR folder. I took a screenshot of each folder and files till the BUILD_DIR.
 

Attachments

  • Screenshot from 2015-06-10 12:47:07.png
    Screenshot from 2015-06-10 12:47:07.png
    51.7 KB · Views: 468
  • Screenshot from 2015-06-10 12:47:15.png
    Screenshot from 2015-06-10 12:47:15.png
    16.3 KB · Views: 448
  • Screenshot from 2015-06-10 12:47:22.png
    Screenshot from 2015-06-10 12:47:22.png
    52.5 KB · Views: 471
  • Screenshot from 2015-06-10 12:47:33.png
    Screenshot from 2015-06-10 12:47:33.png
    60.7 KB · Views: 423
OK, I now get it. If you look at this page, you can see that several tools are explained. This software package actually has no single file to work with. Each of the tools inside it has its own file and all of them are in that bin directory.
 
The NASA page is down for me at the moment so I can't see the instructions.

When you killed it, how long was it hanging for? Were you seeing CPU or disk activity? Assuming this is scientific computation, sometimes programs of this type can hours.

Normally on Ubuntu you would build from source by running

./configure
make
make install

The 'source' command runs a script in the current shell so likely they want you to run that script. You might want to look at the contents of that script.

I would need to see their instructions. Can you post those as their site is timing out?
 
Back
Top