Skip to content
Snippets Groups Projects
Commit a9e0cd7c authored by Christoph Alt's avatar Christoph Alt
Browse files

back to no salloc

parent 303201a8
Branches use_container
No related tags found
No related merge requests found
Pipeline #496618 canceled
Pipeline: cx-test

#496619

    ......@@ -4,17 +4,12 @@ variables:
    .execute_in_container:
    variables:
    NO_SLURM_SUBMIT: 1
    SLURM_NODELIST: "TOBEREPALCED"
    SCRIPT: "TOBEREPALCED"
    CONTAINER: "walberla_likwid.gz.squashfs"
    tags:
    - testcluster
    script:
    - |
    salloc --nodelist=$SLURM_NODELIST
    hostname
    # singularity run $WORK/$CONTAINER $SCRIPT
    - singularity run $WORK/$CONTAINER $SCRIPT
    .build:
    stage: build
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment