|
From: Steve P. <sj...@gm...> - 2018-11-05 15:52:36
|
If you want someone to test this, you need to provide your entire workflow, i.e. all the input files and how you invoked it. Please provide the smallest problem you can create that illustrates the problem. Steve On Fri, Nov 2, 2018 at 10:09 AM Runco, John J Capt USAF AETC AFIT/ENY < Joh...@af...> wrote: > All, > > I am receiving the error (in my RUN.stdout) below after my job runs and > attemps to execute the pvpython command within the submit script. > > Error reading SPARTA grid description file > create_box specification is invalid: create_box -0.10 > 1.289999962 0.0 .6 -0.2 0.2 > > A portion of my input dec > seed 12345 > dimension 2 > global gridcut 0.0026 comm/sort yes > boundary o ar p > create_box -0.10 1.289999962 0.0 .6 -0.2 0.2 > create_grid 1159 500 1 > balance_grid rcb part > global nrho 3.964e20 fnum 7.928e17 weight cell radius > > my runco4.txt file called by the pvpython command (within the submit > script) > dimension 2 > create_box -0.10 1.289999962 0.0 .6 -0.2 0.2 > read_grid species.grid > > the line in my submit script calling the text file > pvpython grid2paraview.py runco4.txt OUTPUT_SPECIES -t -r species.* > > > > > |