Skip to content

Conversation

@JavierCladellas
Copy link
Collaborator

The machine specific options field has been added to containers on machine configuration:

"containers":{
        "apptainer":{
            ...
            "options":[
                "--sharens",
                "--bind /opt/:/opt/"
            ]
        }
    }

Changes to code:

  • Added options to machine schemas
  • Append machine specific options on rfm_test.container_platform.options during test setup
  • Updated gaya and kub configs

@JavierCladellas JavierCladellas added enhancement A new feature or request benchmarking Issues related to benchmarking labels Nov 21, 2024
@JavierCladellas JavierCladellas self-assigned this Nov 21, 2024
@JavierCladellas JavierCladellas linked an issue Nov 21, 2024 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Nov 21, 2024

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

Name Link
🔨 Latest commit cc05596
🔍 Latest deploy log https://app.netlify.com/sites/benchmarking-polite-crostata-92f389/deploys/6745c41f7f544e0008164eb4
😎 Deploy Preview https://deploy-preview-149--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.

@JavierCladellas JavierCladellas added the hpc High-performance computing related label Nov 21, 2024
@vincentchabannes vincentchabannes merged commit 5e311eb into master Nov 26, 2024
7 of 8 checks passed
@JavierCladellas JavierCladellas deleted the 144-add-container-options-field-to-machine-config branch December 11, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarking Issues related to benchmarking enhancement A new feature or request hpc High-performance computing related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add container options field to machine config

4 participants