Skip to content

Commit

Permalink
Merge pull request #801 from nvnieuwk/fix-tier1-issues
Browse files Browse the repository at this point in the history
VSC_UGENT: fix issue for tier1 clusters
  • Loading branch information
nvnieuwk authored Nov 18, 2024
2 parents 3dbc69e + a33e9fd commit 5015a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/vsc_ugent.config
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ aws {
maxErrorRetry = 3
}

def cluster = System.getenv("SLURM_CLUSTERS") ?: System.getenv("HPCUGENT_FAMILY_CLUSTER_VERSION") ?: ""
def cluster = System.getenv("HPCUGENT_FAMILY_CLUSTER_VERSION") ?: System.getenv("SLURM_CLUSTERS") ?: ""

if( !cluster ) {
System.err.println("WARNING: Could not get the name of the currently used cluster, defaulting to doduo")
Expand Down

0 comments on commit 5015a35

Please sign in to comment.