Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parasitic #SBATCH --mem=0 is produced in the submission script: _aiidasubmit.sh #54

Open
khsrali opened this issue Aug 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@khsrali
Copy link
Contributor

khsrali commented Aug 6, 2024

_aiidasubmit.sh

..
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --mem=0
#SBATCH --constraint=mc
#SBATCH --mem=10K
..

Steps to reproduce

from aiida import engine
from aiida import load_profile
load_profile()

codeREMO = orm.load_code(label='code_label')
builderREMO = codeREMO.get_builder()
builderREMO.x = orm.Int(x)
builderREMO.y = orm.Int(y)
builderREMO.metadata.options.account = 'mr32'
builderREMO.metadata.options.custom_scheduler_commands = '#SBATCH --constraint=mc\n#SBATCH --mem=10K'
engine.submit(builderREMO)
@khsrali khsrali added the bug Something isn't working label Aug 6, 2024
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

No branches or pull requests

1 participant