![]() | |||||||||||||||||||||||||
| Home | My MCSR | Supercomputers | Software | Research | Education | ||||||||||||||||||||
Can I run Abaqus interactively?
You can run Abaqus interactively if the cpu time of run is not more than 30 minutes out of 24 hours. In other words I-limit is 30 minutes.
What is the largest Abaqus file I can create with Abaqus on sweetgum?
The largest Abaqus restart file you can create is 17 gigabytes. The output file is achieved from the restart file.
How long does it take to create 17 gigabytes file?
The approximate period to create a 17-gigabyte file is 30 hours. Do not forget PBS script should be used to run a job, the run size of which is more than 30 minutes.
What will happen if I reach the limit?
If you reach the limit, which means you have created 17GB restart file, the job submitted will just hang. It will not stop or kill itself. You have to kill it manually.
What should I do not to reach the limit and run my job?
To prevent the job to create a file above the limit file, you should create a restart file (.res) usually every 2 GB and run the job step by step by using the previous restart file as an input to the next run that forms another restart file. Then you will have lots of 2 GB files but not one file above the limit.
Does the command line changes other than the first run in the PBS script?
The command line in the PBS script as shown below will change because PBS doesn’t accept standard input of the name of the oldfile (previous run).
ab611 job=[filename{no extension}] interactive
In other words, PBS will not recognize the input from terminal. Thus, this leaves us one solution; enter the name of the previous run from the command line by typing oldjob parameter.
ab611 job=[filename{no extension}] oldjob=[filename of previous run{no extension}] interactive
Example (PBS script for second run):
#PBS -l ncpus=1,mem=1gb #PBS -m abe limit coredumpsize 10 kbytes cd /ptmp/ccsam/abaqus module add ab58 ab58 job=run2 oldjob=run1 Interactive
If the Abaqus command cannot be executed by simply the command, this means the command is not specified in your account’s binary path. So try to specify the directory of abaqus binary file in the last line of script by typing /usr/local//appl/bin/[command syntax].
/usr/local/appl/bin/ab641 job=run2 oldjob=run1 Interactive
How do I reach the manuals on sweetgum?
The manual commands on sweetgum are as shown in Table 2. below.
Table 2. Commands to run various ABAQUS versions
Example:
sweetgum% abaqus doc
If you are working with a computer running other than Unix or Linux operating systems, you should be running X-Win software package to be able to open the manuals.
| |||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||