Skip to content

Allow Specifying Additional Job Arguments

Haoyang Zhou requested to merge zhouhao/VSCode_remote_HPC:master into master

Sometimes users may want to specify additional job arguments when starting the server, for example to specify GPU memory resources by adding --gres=gpumem:10g. Hence a new configuration term is added. Users may either use the configuration file, e.g. VSC_JOB_ARGS="--gres=gpumem:10g" or use command line arguments, e.g. -j "--gres=gpumem:10g".

Merge request reports