Xds: Difference between revisions

From XDSwiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[http://www.mpimf-heidelberg.mpg.de/~kabsch/xds XDS] is the main program of the [[Main Page|XDS program package]]. Binaries are available for Linux, SGI, Alpha and Mac platforms.  
[http://www.mpimf-heidelberg.mpg.de/~kabsch/xds XDS] is the main program of the [[Main Page|XDS program package]]. Binaries are available for Linux, SGI, Alpha and Mac platforms.  


XDS is run simply using
XDS reads the user-supplied file [[XDS.INP]] which contains the keywords and parameters for a run of the program. To reduce a dataset, it goes through the steps ("JOB"s)
xds
for the single-processor version, and
xds_par
for the parallel version of the program. Several instances of the single or parallel version of the program can be run at the same time ''on the same dataset'' (see MAXIMUM_NUMBER_OF_JOBS= keyword).
 
XDS reads the file [[XDS.INP]] which contains the keywords and parameters for a run of the program. To reduce a dataset, it goes through the steps ("JOB"s)
* [[XYCORR]]
* [[XYCORR]]
* [[INIT]]
* [[INIT]]
Line 18: Line 12:


Each step writes a logfile with a name corresponding to the name of the step, with ".LP" appended.
Each step writes a logfile with a name corresponding to the name of the step, with ".LP" appended.
XDS is run simply using
xds
for the single-processor version, and
xds_par
for the parallel version of the program (parallelized using OpenMP). Several instances of the single or parallel version of the program can be run at the same time ''on the same dataset'' (see MAXIMUM_NUMBER_OF_JOBS= keyword in [[XDS.INP]]).
== See also ==
* [[Special:Allpages|List of all pages]] - to see which pages exist already ...
* [[Topics]] as an attempt to provide a hierarchy of pages

Revision as of 10:23, 11 February 2008

XDS is the main program of the XDS program package. Binaries are available for Linux, SGI, Alpha and Mac platforms.

XDS reads the user-supplied file XDS.INP which contains the keywords and parameters for a run of the program. To reduce a dataset, it goes through the steps ("JOB"s)

(additional, optional JOBs are XPLAN and DIRB).

Each step writes a logfile with a name corresponding to the name of the step, with ".LP" appended.

XDS is run simply using

xds

for the single-processor version, and

xds_par

for the parallel version of the program (parallelized using OpenMP). Several instances of the single or parallel version of the program can be run at the same time on the same dataset (see MAXIMUM_NUMBER_OF_JOBS= keyword in XDS.INP).

See also

  • Topics as an attempt to provide a hierarchy of pages