LLNL / ParaDiS

ParaDiS (Parallel Dislocation Simulator) is a massively parallel Discrete Dislocation Dynamics simulation tool to simulate motion and interaction of large ensembles of dislocations
BSD 3-Clause "New" or "Revised" License
36 stars 13 forks source link

Error opening PBC correction table file when running from main directory? #4

Open ParadoxPrism117 opened 3 months ago

ParadoxPrism117 commented 3 months ago

I am trying to get familiar with the software by running the test files you provided, but every time I try to run of the tests that relies on a correction table (Al.ctrl for example) the code reports a fatal error:

Fatal: Error 2 opening PBC correction table file Al.fmm

I made sure Al.fmm is located in ./inputs per the main README.

If I specify the entire file path for the table in the .ctrl file it will run, but the README suggests that should be unnecessary if I am running ParaDiS from the main directory?

jjc-11 commented 1 month ago

I'm trying to familiarize myself with using this, can you please tell me if you've made any progress yet, thank you very much!