Opened 5 years ago
Closed 5 years ago
#1920 closed help (answered)
umui submit failing on ARCHER today
Reported by: | dan | Owned by: | um_support |
---|---|---|---|
Component: | UMUI | Keywords: | |
Cc: | Platform: | ARCHER | |
UM Version: | 8.5 |
Description
Hi All,
My umui jobs are failing to submit to ARCHER today - the issue
appears to be that the umuisubmit_run file now starts:
#!/bin/ksh
#PBS -q parallel
#PBS -l mppwidth=416
#PBS -l mppnppn=32
#PBS -l walltime=01:00:00
rather than:
#!/bin/ksh
#PBS -q standard
#PBS -l select=18
#PBS -l walltime=01:00:00
If I change these first few lines, I can qsub umuisubmit_run successfully.
I am having to submit to loginb.archer.ac.uk - could it be a problem
at ARCHER's end? Or has something changed in the UMUI?
Or is it something I've inadvertently altered? (when I submit a job that
I submitted yesterday, the first lines of umuisubmit_run are different,
even though I have only changed the hostname from login.archer.ac.uk to
loginb.archer.ac.uk )
Any ideas?
Cheers,
Dan
Change History (3)
comment:1 Changed 5 years ago by simon
comment:2 Changed 5 years ago by dan
Ah, yes - that makes sense.
Thanks, Simon !
Cheers,
Dan
comment:3 Changed 5 years ago by ros
- Resolution set to answered
- Status changed from new to closed
Hi,
It's because you're using loginb rather than login. It's a umui issue, it expects login.archer.ac.uk as the machine name for Archer. I suggest you continue to change the lines until the login nodes are fixed.
Simon.