Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interactive job submission in DOS 1

Status
Not open for further replies.

Shz713

Structural
Aug 21, 2015
221
Hi all,

When I run Abaqus command for "abaqus j=name of input file interactive", I do not get any details of analysis and I only can see the start and end of analysis.
Is there any way to see the details of analysis (like normal CAE) in terms of time increment, step number, and etc? This way I can track at which time step the analysis stopped/got error.

Cheers,


Shoot for the Moon, even if U miss, U still land among Stars!
 
Replies continue below

Recommended for you

You can check the output files. specifically, the .dat, .sta and .msg files. That's exactly what that CAE shows you.

These files are clearly described at the very start of the CAE Users guide in the documentation:
Abaqus /CAE Users Guide -> Working with Abaqus/CAE model databases, models and files -> Understanding the files generated by creating and analyzing a model.
 
You can only use
abaqus job=whatever interactive
to get the .log file printed into the cmd window. For short runs this is useful to see if the job runs fine.
 
I noticed if I have more than one assembly, then I can see the details of job running in cmd window, but when there's only one assembly then shows no details!

Shoot for the Moon, even if U miss, U still land among Stars!
 
But seriously, there is no other way to see the steps increasing like normal GUI when using Abaqus command for single Assembly [neutral]

Shoot for the Moon, even if U miss, U still land among Stars!
 
Yes, you can do this easily.

Abaqus creates several output files in your working directory when you submit an analysis. The log (.log), status (.sta), message (.msg) and data (.dat) files are the files that are shown in the GUI. When you submit a job interactively you print the .log file to the command window and you are stuck watching that update until the job completes. If you have to submit your job interactively you can open a new command window, navigate to your working directory and print the contents of the status (.sta) file using a command like "type jobname.sta". Alternatively, submit your job in the background (i.e. don't use the "interactive" command) and do everything in the one command window. Or, if you are working in a windows environment, navigate to the working directory in explorer and just open the status file using notepad...

Read the section of the documentation i pointed out in my previous post - you don't seem to understand Abaqus output or how to track progress.
 

Many thanks for prompt reply; I followed your suggestion but the issue is that when I want to access the 'jobname.sta' file in command window, it says "the process cannot access the file because it is being used by another process". And when I open the file by Note++, it asks me to reload the file as the increment changes every time.

Cheers,

Shoot for the Moon, even if U miss, U still land among Stars!
 
if the problem is that you want to monitor the file as it updates and not manually reload it, there is a bunch of different ways to do that. In Linux I just use the tail command. For windows you should check the following:


there is a document monitor plugin for notepad++ that will refresh your document every three seconds:

 
Effective solution, thanks heaps Dave [thumbsup2]

Shoot for the Moon, even if U miss, U still land among Stars!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor