svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
100 stars 63 forks source link

gcad path handled incorrectly #368

Closed elliottbiondo closed 9 years ago

elliottbiondo commented 9 years ago

When running DAG-MCNP, the gcad argument should specify the path to the CAD geometry file. It looks like this path is being appended to pwd, hence the output below. Notice that two paths beginning with /home/ are appended:

The file /home/biondo/FNG_ITER/p_trans_analog/t17_test//home/biondo/benchmarks/fng_iter/adapted_from_sinbad/photon/mcnp_g_adapted_with_detectors_zip.h5m does not exist or is read protected```
gonuke commented 9 years ago

Can you include the actual value of pwd and the command-line that you entered?

elliottbiondo commented 9 years ago

pwd was: /home/biondo/FNG_ITER/p_trans_analog/t17_test/

the command was something like:

mpirun -np 256 mcnp5.mpi i=<input_file> gcad=/home/biondo/benchmarks/fng_iter/adapted_from_sinbad/photon/mcnp_g_adapted_with_detectors_zip.h5m
makeclean commented 9 years ago

This is from the uwuw class, I can take a look later On Sep 10, 2015 10:21 PM, "Elliott Biondo" notifications@github.com wrote:

pwd was: /home/biondo/FNG_ITER/p_trans_analog/t17_test/

the command was something like:

mpirun -np 256 mcnp5.mpi i= gcad=/home/biondo/benchmarks/fng_iter/adapted_from_sinbad/photon/mcnp_g_adapted_with_detectors_zip.h5m

— Reply to this email directly or view it on GitHub https://github.com/svalinn/DAGMC/issues/368#issuecomment-139441894.