D3DEnergetic / FIDASIM

A Neutral Beam and Fast-ion Diagnostic Modeling Suite
http://d3denergetic.github.io/FIDASIM/
Other
27 stars 18 forks source link

Generating Atomic Tables #262

Closed rink2023 closed 10 months ago

rink2023 commented 10 months ago

I am following the web instruction to do "Generating Atomic Tables". I input the following command under FIDSIM directory ./tables/generate_tables ./tables/default_settings.dat [8] then it says: Input file does not exist: ./tables/default_settings.dat

I asked my colleagues using the same server cluster. She haven't met this problem before. I input: mpirun -np num_processes ./tables/generate_tables ./tables/default_settings.dat it says: bash: mpirun: command not found... So I guess this is not MPI.

lstagner commented 10 months ago

My guess is that input file name is wrong. It goes by 'table_settings.dat' now.