Skip to content

Not able to create a solver output file #591

Answered by germa89
RGPATCHI asked this question in Q&A
Discussion options

You must be logged in to vote

As @mikerife mentioned, the output when MAPDL is running using the gRPC API is quite spread over different files.
When we issue a command in PyMAPDL, the MAPDL instance receives the equivalent MAPDL commands, which they are written to a temporary output file. This output file is read by MAPDL and send back to the PyMAPDL. This file later deleted. Not all the commands presents this behavior.
Therefore the output of commands (file.out) can be spread among:

  • .__tmp__.out which is used when MAPDL is launched.
  • anstmp.out which is the one generated by each MAPDL command.
  • _input_tmp_.out which is the output from everytime issue mapdl.input, or using mapdl.non_interactive.
  • The "each-thread" outpu…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@mikerife
Comment options

@germa89
Comment options

Comment options

You must be logged in to vote
2 replies
@pmaroneh
Comment options

@germa89
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants