Submitting Grid Job at Hallasan cluster (hallasan.kisti.re.kr)

Obtaining personal cert


  1. Copy your cert files at $HOME/.globus/ at a machine (userkey.pem, usercert.pem)
  2. Change the permission to 400 (userkey.pem), 644 (usercert.pem)
-rw-r{-}{-}r-\- 1 eairs eairs 1833 Oct 14 14:19 usercert.pem
-r-\------\- 1 eairs eairs 1995 Oct 14 14:19 userkey.pem

Creating Grid Proxy


grid-proxy-init

$ grid-proxy-init
Your identity: [your cert info]
Enter GRID pass phrase for this identity:
Creating proxy .................................................................................................. Done
Your proxy is valid until: Wed Apr  7 04:10:14 2010

grid-proxy-info

$ grid-proxy-info
subject  : [subject info]
issuer   : [issuer info]
identity : [identity info]
type     : Proxy draft (pre-RFC) compliant impersonation proxy
strength : 512 bits
path     : /tmp/x509up_u699
timeleft : 17:55:43

General info about submitting Grid Job

How to submit a job for 2D, 3D Solver (CFD)

An example for 2D solver

Creating a RSL file (script for job)
$ cat  hallasan.gt2.rsl
&
(directory=/home/eairs/2D_Comp-2.0)
(executable=/home/eairs/2D_Comp-2.0/2D_Comp-2.0)
(arguments= -mesh eAIRS_naca15.msh -param endowed.inp )
(stdout=2D_Comp-2.0.out)
(stderr=2D_Comp-2.0.err)
Submitting the job
globusrun  -r  hallasan.kisti.re.kr  -f  hallasan.gt2.rsl

An example for 3D Solver (MPI code)

Creating a RSL file (script for job)
Submitting the job
globusrun-ws  -submit  -b  -F hallasan.kisti.re.kr -Ft SGE -f gt4.rsl.xml