Skip to content

Commit

Permalink
Merge pull request #762 from pmoris/vsc_calcua_contact
Browse files Browse the repository at this point in the history
Fix vsc_calcua contact details on website
  • Loading branch information
jfy133 authored Sep 27, 2024
2 parents a666f84 + 8122da4 commit 6697617
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions conf/vsc_calcua.config
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ singularity {

// Shared profile settings
params {
config_profile_contact = "[email protected] (GitHub: @pmoris)"
config_profile_contact = "GitHub: @pmoris - Email: [email protected]"
config_profile_url = "https://docs.vscentrum.be/antwerp/tier2_hardware.html"
}

// Retrieve name of current partition via Slurm environment variable
Expand Down Expand Up @@ -127,7 +128,6 @@ switch(partition) {
case "zen2":
params {
config_profile_description = "Zen2 profile for use on the Vaughan cluster of the CalcUA VSC HPC."
config_profile_url = "https://docs.vscentrum.be/antwerp/tier2_hardware/vaughan_hardware.html"
max_memory = slurm_scheduling ? 240.GB : get_allocated_mem(240) // 256 GB (total) - 16 GB (buffer)
max_cpus = slurm_scheduling ? 64 : get_allocated_cpus(64)
max_time = 3.day
Expand All @@ -140,7 +140,6 @@ switch(partition) {
case "zen3":
params {
config_profile_description = "Zen3 profile for use on the Vaughan cluster of the CalcUA VSC HPC."
config_profile_url = "https://docs.vscentrum.be/antwerp/tier2_hardware/vaughan_hardware.html"
max_memory = slurm_scheduling ? 240.GB : get_allocated_mem(240) // 256 GB (total) - 16 GB (buffer)
max_cpus = slurm_scheduling ? 64 : get_allocated_cpus(64)
max_time = 3.day
Expand All @@ -153,7 +152,6 @@ switch(partition) {
case "zen3_512":
params {
config_profile_description = "Zen3_512 profile for use on the Vaughan cluster of the CalcUA VSC HPC."
config_profile_url = "https://docs.vscentrum.be/antwerp/tier2_hardware/vaughan_hardware.html"
max_memory = slurm_scheduling ? 496.GB : get_allocated_mem(496) // 512 GB (total) - 16 GB (buffer)
max_cpus = slurm_scheduling ? 64 : get_allocated_cpus(64)
max_time = 3.day
Expand All @@ -166,7 +164,6 @@ switch(partition) {
case "broadwell":
params {
config_profile_description = "Broadwell profile for use on the Leibniz cluster of the CalcUA VSC HPC."
config_profile_url = "https://docs.vscentrum.be/antwerp/tier2_hardware/leibniz_hardware.html"
max_memory = slurm_scheduling ? 112.GB : get_allocated_mem(112) // 128 GB (total) - 16 GB (buffer)
max_cpus = slurm_scheduling ? 28 : get_allocated_cpus(28)
max_time = 3.day
Expand All @@ -179,7 +176,6 @@ switch(partition) {
case "broadwell_256":
params {
config_profile_description = "Broadwell_256 profile for use on the Leibniz cluster of the CalcUA VSC HPC."
config_profile_url = "https://docs.vscentrum.be/antwerp/tier2_hardware/leibniz_hardware.html"
max_memory = slurm_scheduling ? 240.GB : get_allocated_mem(240) // 128 GB (total) - 16 GB (buffer)
max_cpus = slurm_scheduling ? 28 : get_allocated_cpus(28)
max_time = 3.day
Expand All @@ -192,7 +188,6 @@ switch(partition) {
case "skylake":
params {
config_profile_description = "Skylake profile for use on the Breniac (former Hopper) cluster of the CalcUA VSC HPC."
config_profile_url = "https://docs.vscentrum.be/antwerp/tier2_hardware/breniac_hardware.html"
max_memory = slurm_scheduling ? 176.GB : get_allocated_mem(176) // 192 GB (total) - 16 GB (buffer)
max_cpus = slurm_scheduling ? 28 : get_allocated_cpus(28)
max_time = 7.day
Expand Down

0 comments on commit 6697617

Please sign in to comment.