MARCONI: a “cron” procedure killing jobs with wrong requests

  1. /
  2. HPC Center news
  3. /
  4. MARCONI: a “cron” procedure...

Dear Users,
a new procedure has been put into action to check the resource requests in submitted jobs on Marconi.
If the requests are not correct: ( ncpus > 36 ) OR ( mpiprocs > ncpus ) OR ( mem > 123GB )
the job is deleted and a file is created in the home directory of the user:

$ cat YOUR_DELETED_JOBS-20160809_1029
These jobs were deleted because they match the following condition
( ncpus > 36 ) OR ( mpiprocs > ncpus ) OR ( mem > 123GB )
job: 49263, ncpus: 370, mpiprocs: 12, mem: 123gb
job: 49262, ncpus: 36, mpiprocs: 12, mem: 153gb
job: 49260, ncpus: 37, mpiprocs: 12, mem: 123gb

The name of the file is

YOUR_DELETED_JOBS-yyymmdd_hhmm

 
Regards,