Hi,

I am beginner, and OSCAR cluster is completely new to me. I have found
one tutorial according to which I wanted to test if PBS on OSCAR is
working properly.

I set up a queue :

=============================================================
Qmgr: set server operators = r...@tornado
Qmgr: create queue batch
Qmgr: set queue batch queue_type = Execution
Qmgr: set queue batch started = True
Qmgr: set queue batch enabled = True
Qmgr: set server default_queue = batch
Qmgr: set server resources_default.nodes = 1
Qmgr: set server scheduling = True
Qmgr: quit
=============================================================

and tried tu submit a job as a 'glob' user:

=============================================================
[g...@tornado ~]$  echo "sleep 60;date;whoami" | /opt/pbs/bin/qsub -o ~/out.txt
27.tornado.soe.cranfield.ac.uk
[g...@tornado ~]$ qstat
Job id           Name             User             Time Use S Queue
---------------- ---------------- ---------------- -------- - -----
27.tornado       STDIN            globus                  0 R batch
=============================================================

but problem is with other user, when I do the same as 'janek' user:

=============================================================
[ja...@tornado ~]$ echo "sleep 60;date;whoami" | /opt/pbs/bin/qsub -o
~/j_out.txt
28.tornado.soe.cranfield.ac.uk
[ja...@tornado ~]$ qstat
[ja...@tornado ~]$
=============================================================

as you can see it did not submit job this time.

Another thing is that results of submitted job should be by default
saved at submitting user home directory but are not, they are when I
use  qsub  with -o parameter.
That OSCAR cluster was already installed when I've got access to it,
maybe I missed some configuration which solves above issues.

Can anyone help me with it?

Thanks in advance.

Kind Regards
Janek

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to