Local help for users at Yale MB+B


Setting up your account

if your home account is in the core, type:

setup chi &

to set the paths for CHI and CNS

Running CHI commands under DQS

submitting a serial (1 CPU) job:

ssub -dest sgi_helix -name 'name-of-choice' [hit return]
chi_create [hit return]
ctrl-D

submitting a parallel (more than 1 CPU) job (only chi_search and chi_rmsd):

psub -dest sgi_helix -nproc 3 -name 'name-of-choice' [hit return]
chi_search -nproc 3 [hit return]

ctrl-D