Error with job_name & SSGE 8.1.9

Jeff, some good news. it’s OK with OOD 1.6.20 under CentOS7.6 with a PAM / NIS authentication and SSGE 8.1.9 :smiley:

if i resume, you have to do :

  • for the PAM authentication, follow the process described in the topic " Can OOD auth be handled by PAM?"

  • usage of the “job_name” in the “bc_desktop” submit files to avoid an error with SSGE SQUB


    batch_connect:
    template: vnc
    extra_args: “-listen tcp -vgl -geometry 1240x1024”
    script:
    job_name: “BASIC”

  • usage of bash as queue shell to avoid SSGE jobs to be killed

    qconf -mq inter

    qname inter
    hostlist @inter
    seq_no 0
    load_thresholds np_load_avg=1.75
    suspend_thresholds NONE
    nsuspend 1
    suspend_interval 00:05:00
    priority 0
    min_cpu_interval 00:05:00
    processors UNDEFINED
    qtype BATCH INTERACTIVE
    ckpt_list NONE
    pe_list make mpi smp
    rerun FALSE
    slots 1,[node-001=4]
    tmpdir /tmp
    shell /bin/bash
    prolog NONE
    epilog NONE
    shell_start_mode posix_compliant
    starter_method NONE
    suspend_method NONE
    resume_method NONE

  • usage of hostname coherent between OOD regex rules & SSGE to avoid the noVNC launch to fail.

that’s all

thanks again

jean-marie

1 Like