Monday, November 02, 2009

A few useful Windows HPC commands

0. Set Default scheduler
set CCP_SCHEDULER=headnode_name

1. clusrun
One can run the following command from his desktop to setup compute node environments

clusrun /user:domain\username dir
clusrun /user:domain\username xcopy \\headnode_name\dir .
clusrun /user:domain\username setx PATH "somepath"

2. job
job list /scheduler:headnode_name

3. node
node list /scheduler:headnode_name

5. cluscfg
cluscfg setcreds


0 comments: