saad.bin.aziz User
Joined: 28 Aug 2014 Posts: 19
|
Posted: Fri Feb 13, 2015 12:29 pm |
|
|
Dear Mr. Dan,
May be the way I am asking the question is not correct. What i want to say
is -
" *Is there a way that **ansys mechanical is able to checkpoint my results
so that if I can save my simulation results in one job and then start the
next job from the previous job result?"*
*Thanks*
*Saad Aziz*
On Fri, Feb 13, 2015 at 12:00 PM, Bohlen, Dan (GE Aviation, US) <
dan.bohlen@ge.com> wrote:
Quote: | Could script it out inside of ansys
-----Original Message-----
From: Xansys [mailto:xansys-bounces@xansys.org] On Behalf Of Saad Aziz
Sent: Friday, February 13, 2015 11:39 AM
To: ANSYS User Discussion List
Subject: [Xansys] [APDL]Continious run of 3 diifferent jobs in ANSYS using
LINUX job script
Dear All,
I am trying to run continuously 3 different jobs in ANSYS APDL using
LINUX job script. Three continuous jobs will run one after another. Any
idea what to add in the jobscript in the LINUX or ANSYS APDL script to run
3 continuous job??
My current LINUX jobscript looks like following-
#!/bin/bash
#PBS -A hpc_fswwork
#PBS -l nodes=4:ppn=20
#PBS -l walltime=72:00:00
#PBS -N job1
#PBS -o job1.out
#PBS -e job1.err
#PBS -q workq
#PBS -m abe
#PBS -M saziz1@tigers.lsu.edu
cd /work/saad/
module load ansys/15.0
module load impi/4.1.3.048/intel64
ansys150 -mkl -mpi intelmpi -p aa_r -i n112.txt -o n112output -dir
/work/saad/
Any suggestion will be highly appreciated.
Thanks
Saad Aziz
Grad Student, Louisiana State University
+-------------------------------------------------------------+
| XANSYS web - www.xansys.org/forum |
| The Online Community for users of ANSYS, Inc. Software |
| Hosted by PADT - www.padtinc.com |
| Send administrative requests to xansys-mod@tynecomp.co.uk |
+-------------------------------------------------------------+
+-------------------------------------------------------------+
| XANSYS web - www.xansys.org/forum |
| The Online Community for users of ANSYS, Inc. Software |
| Hosted by PADT - www.padtinc.com |
| Send administrative requests to xansys-mod@tynecomp.co.uk |
+-------------------------------------------------------------+
| +-------------------------------------------------------------+
| XANSYS web - www.xansys.org/forum |
| The Online Community for users of ANSYS, Inc. Software |
| Hosted by PADT - www.padtinc.com |
| Send administrative requests to xansys-mod@tynecomp.co.uk |
+-------------------------------------------------------------+
Post generated using Mail2Forum (http://www.mail2forum.com) |
|