branton
When I put the following line in my refinement.inp file and perform a refinement in TA, the output.txt file is saved in the specified folder.
out_prm_vals_on_convergence "C:\Users\me\workingdir\output.txt"
But when I run the same .inp file from the command line as shown below, no output file is generated. Does anyone have experience with this problem?
tc C:\Users\me\workingdir\refinement.inp
Best wishes,
Branton
branton
I should clarify my earlier post. I now see that from the Windows cmd shell, using tc to perform the refinement from the command line does produce the desired output.txt file in whatever directory I want it to show up in. I was actually running tc in a python script when I encountered the problem; and I now see that the call to tc failed somehow, but returned a success flag to the python script anyway (maybe the spaces in the pathname of the .inp file got mangled by the python interpreter).