Skip to content

Commit

Permalink
Merge pull request #784 from JoseEspinosa/update_crg
Browse files Browse the repository at this point in the history
Fix how the  CRG slurm cluster is detected
  • Loading branch information
JoseEspinosa authored Oct 30, 2024
2 parents 34fabce + 61c348f commit 3e7d3db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conf/crg.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ params {
config_profile_url = 'http://www.linux.crg.es/index.php/Main_Page'
}

def cluster_name = System.getenv("SLURM_CLUSTER_NAME")

if (cluster_name == "crg") {
if (System.getenv("SLURM_CONF")) {
process {
executor = 'slurm'
queue = 'genoa64'
Expand Down

0 comments on commit 3e7d3db

Please sign in to comment.