change node type

This commit is contained in:
Kerem Kayabay 2024-01-05 16:11:49 +01:00
parent ad953fd96a
commit ef8058ea34

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
#PBS -N ray-job #PBS -N ray-job
#PBS -l select=2:node_type=rome-ai #PBS -l select=2:node_type=rome
#PBS -l walltime=1:00:00 #PBS -l walltime=1:00:00
export WS_DIR=<workspace_dir> export WS_DIR=<workspace_dir>