Closed jhidding closed 5 years ago
similarly, using the xenon-cli interface:
xenon scheduler slurm --location ssh://fs0.das5.cs.vu.nl/home/jhidding --username jhidding --certfile ~/.ssh/id_rsa --prop xenon.adaptors.schedulers.ssh.strictHostKeyChecking=false exec --option constraint=TitanX cat
slurm adaptor: Given Job option "constraint" not supported
Setting a constraint like that is not supported until https://github.com/NLeSC/Xenon/issues/582 is implemented.
See https://github.com/NLeSC/Xenon/issues/556 for allowed options
Use scheduler_arguments to specify constraints like --constraint="TitanX"
Fixed in 5fd47190d6df7f2a30261d93cf7fb9db05634021
Running a job from PyXenon with
gives the following GRPC error:
Without the given job option, the job runs successfully.