×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Interactive job submission in DOS

Interactive job submission in DOS

Interactive job submission in DOS

(OP)
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!

RE: Interactive job submission in DOS

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.

RE: Interactive job submission in DOS

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.

RE: Interactive job submission in DOS

(OP)
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!

RE: Interactive job submission in DOS

(OP)
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!

RE: Interactive job submission in DOS

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.

RE: Interactive job submission in DOS

(OP)

Quote (Dave442)


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!

RE: Interactive job submission in DOS

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:

http://stackoverflow.com/questions/187587/looking-...
https://stackify.com/13-ways-to-tail-a-log-file-on...

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

https://sourceforge.net/projects/npp-plugins/files...

RE: Interactive job submission in DOS

(OP)

Quote (Dave422)

Effective solution, thanks heaps Dave thumbsup2

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

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources