Using the pre-built cctbx at LCLS: Difference between revisions

From cctbx_xfel
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
''cctbx.xfel'' is installed for general use at LCLS.  To use it, source the setup.sh file provided:
''cctbx.xfel'' is installed for general use at LCLS on the S3DF cluster.  To log into S3DF, either use the command line:
 
  ssh -YAC <username>@s3dflogin.slac.stanford.edu
  ssh -YAC psana
 
Or use NoMachine, using the host <code>s3dfnx.slac.stanford.edu</code>.
 
Once logged in, source the setup.sh file provided:


   source /sdf/group/lcls/ds/tools/cctbx/setup.sh
   source /sdf/group/lcls/ds/tools/cctbx/setup.sh


All ''DIALS'' and ''cctbx.xfel'' commands will be available.
All ''DIALS'' and ''cctbx.xfel'' commands will be available.
This setup files does the following:
* Set up psana by exporting environment variables needed to find the XTC streams with the X-ray crystallographic data
* Sets `umask 002`, which propagates file permissions nicely when using group accounts
* Sources the ''cctbx.xfel'' sources

Latest revision as of 21:42, 18 August 2026

cctbx.xfel is installed for general use at LCLS on the S3DF cluster. To log into S3DF, either use the command line:

 ssh -YAC <username>@s3dflogin.slac.stanford.edu
 ssh -YAC psana

Or use NoMachine, using the host s3dfnx.slac.stanford.edu.

Once logged in, source the setup.sh file provided:

 source /sdf/group/lcls/ds/tools/cctbx/setup.sh

All DIALS and cctbx.xfel commands will be available.

This setup files does the following:

  • Set up psana by exporting environment variables needed to find the XTC streams with the X-ray crystallographic data
  • Sets `umask 002`, which propagates file permissions nicely when using group accounts
  • Sources the cctbx.xfel sources