UNIX + BlueCrystal + Abaqus + extracting results
ABUMPACK >
JAN-2017 >
extracting results
- putty (MS side)
- putty sessions (MS side)
- ssh login (MS side)
- exit/logout
-
ssh keys with putty (MS side)
- puttygen (MS side)
- .ssh/authorized_keys
- Xming (MS side)
- test graphical display: run nedit
- cat
- man
- mkdir
- cd
- ls
- output redirect, >
- more/less
- rm
- rm -rf, rmdir
- pipe, |
- ls | wc
- module avail
- echo $SHELL
- must read the
manual!
- module list
- module avail >& tmp
- more/less tmp
- vi, pico, nano, nedit, gedit, emacs
- module add apps/abaqus-6.10
- $HOME, ~
- pwd
- edit shell ini file: .bashrc, .tcshrc, .profile, .cshrc, etc.
- get pllr1.inp
- cmd (MS side)
- "c:\Program Files (x86)\PuTTY\psftp"
- abaqus datacheck job=pllr1
- tail
- * ?
- ls -al pllr1.*
- *.log
- *.sta *.dat *.msg
- *.odb
- abaqus analysis double=both job=pllr1
- create a shell file:
#!/bin/sh
#PBS -l walltime=10:00:00,nodes=1:ppn=1
#PBS -j oe
#PBS -m abe
cd $HOME/zzz
abaqus analysis cpus=1 job=pllr1 inter
- cat z.sh
- qsub -qabaqus z.sh
- qstat -n | grep aba
- qdel
- mail
- mail -f $HOME/mbox
- up, down, tab
- grep 99999 pllr1.dat
- gnuplot
- sort
- awk '{print $2}' > disp
- awk '{print $3}' > load
- paste disp load
- running abaqus in
parallel
- shell
- accessing
results file
- abaqus
make
- cp /usr/local/apps/ABAQUS/Abaqus-6.10/6.10-2/site/abaqus_v6.env
- edit abaqus_v6.env: add -free to compile_fortran
- get gtn-st-1fer-abq.inp
and gtn-st-1fer-abq-rr.f
- abaqus make job=gtn-st-1fer-abq-rr
- abaqus gtn-st-1fer-abq-rr > z
- parametric input, see pllr1.inp
-
parametric studies