Skip to content

Commit

Permalink
fix issue for tier1 clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 18, 2024
1 parent 3dbc69e commit a33e9fd
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 a33e9fd

Please sign in to comment.