Allow Specifying Additional Job Arguments
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"
.