Article ID: 000095927 Content Type: Error Messages Last Reviewed: 11/02/2023

Unable to Open the Interactive Session Compute Node in the Intel® Developer Cloud Batch Mode

BUILT IN - ARTICLE INTRO SECOND COMPONENT
Summary

Provide the Account ID to open an interactive session in Intel® Developer Cloud Batch Mode

Description
  • Ran command to open an interactive session:
    srun -p pvc-shared --pty bash
  • Received error message:
    srun: error: Unable to allocate resources: Invalid account or account/partition combination specified
Resolution

The slurm-related error is caused by an invalid combination of values for account and partition. 

Run the command to provide the account by using the -A option:

srun -A <user id> -p pvc-shared --pty bash

Related Products

This article applies to 1 products