Skip to content

Conversation

@JavierCladellas
Copy link
Collaborator

Problem was that, if memory provided, the number of nodes was determined from the number of tasks per node.

The proposed solution hard sets --nodes on the slurm script, and forces num_tasks_per_node to None on ReFrame.
This way, SLURM is responsible of distributing tasks across nodes.

❗ WARNING ❗
Possible issue: this does not ensure that it will work for scheduler other than SLURM.

@JavierCladellas JavierCladellas added the bug Something isn't working label Mar 14, 2025
@JavierCladellas JavierCladellas self-assigned this Mar 14, 2025
@JavierCladellas JavierCladellas linked an issue Mar 14, 2025 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Mar 14, 2025

Deploy Preview for benchmarking-polite-crostata-92f389 ready!

Name Link
🔨 Latest commit 4eec329
🔍 Latest deploy log https://app.netlify.com/sites/benchmarking-polite-crostata-92f389/deploys/67dbff182e7faf0008611c3d
😎 Deploy Preview https://deploy-preview-277--benchmarking-polite-crostata-92f389.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@vincentchabannes vincentchabannes merged commit faa87cf into master Mar 20, 2025
9 checks passed
@vincentchabannes vincentchabannes deleted the 276-memory-constraint-not-correctly-taken-into-account branch March 20, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Memory constraint not correctly taken into account

3 participants