Skip to content
Snippets Groups Projects
srunHostname.yml 238 B
Newer Older
Andreas Hamacher's avatar
Andreas Hamacher committed
---
- hosts: LoginNodes
Andreas Hamacher's avatar
Andreas Hamacher committed
  gather_facts: false
  tasks:
  - name: simple srun test
Andreas Hamacher's avatar
Andreas Hamacher committed
    command: ./srun --ntasks=1  --partition=batch  hostname
    args:
      chdir: '/opt/slurm-latest/bin'
Andreas Hamacher's avatar
Andreas Hamacher committed
    become: true       
    become_user: hpctest