manual.xml (4042b7960f5f14768f428547ca32ebf9e5810861) manual.xml (bebe2cf65d55febe21a5af8db2bd2e168caaa2e7)
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN">
2<book id="BuildSystemManual" lang="en">
3
4<bookinfo>
5<title>ASE BuildSystem Manual</title>
6<authorgroup>
7<author>
8<firstname>Matthew</firstname>

--- 78 unchanged lines hidden (view full) ---

87<sect1 id="Running-configure">
88<title>Running configure</title>
89
90<para>The first step in running configure is to show the help:
91<screen>
92<prompt>bash$</prompt> <command>framework.py -help</command>
93<computeroutput>
94Python Configure Help
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN">
2<book id="BuildSystemManual" lang="en">
3
4<bookinfo>
5<title>ASE BuildSystem Manual</title>
6<authorgroup>
7<author>
8<firstname>Matthew</firstname>

--- 78 unchanged lines hidden (view full) ---

87<sect1 id="Running-configure">
88<title>Running configure</title>
89
90<para>The first step in running configure is to show the help:
91<screen>
92<prompt>bash$</prompt> <command>framework.py -help</command>
93<computeroutput>
94Python Configure Help
95 Comma seperated lists should be given between [] (use \[ \] in tcsh/csh)
95 Comma separated lists should be given between [] (use \[ \] in tcsh/csh)
96 For example: --with-mpi-lib=\[/usr/local/lib/libmpich.a,/usr/local/lib/libpmpich.a\]
97----------------------------------------------------------------------------------------
98Script:
99 --help : Print this help message current: 1
100 --h : Print this help message current: 0
101Framework:
102 --configModules : A list of Python modules with a Configure class current: []
103 --ignoreCompileOutput : Ignore compiler output current: 1

--- 7 unchanged lines hidden (view full) ---

111</computeroutput>
112</screen>
113The options shown will depend upon the modules loaded with <option>-configModules</option>. For instance, we will
114normally load the compiler module, which reveals the host of optios controlling preprocessors, compilers, and linkers.
115<screen>
116<prompt>bash$</prompt> <command>framework.py -configModules=[config.compilers] -help</command>
117<computeroutput>
118Python Configure Help
96 For example: --with-mpi-lib=\[/usr/local/lib/libmpich.a,/usr/local/lib/libpmpich.a\]
97----------------------------------------------------------------------------------------
98Script:
99 --help : Print this help message current: 1
100 --h : Print this help message current: 0
101Framework:
102 --configModules : A list of Python modules with a Configure class current: []
103 --ignoreCompileOutput : Ignore compiler output current: 1

--- 7 unchanged lines hidden (view full) ---

111</computeroutput>
112</screen>
113The options shown will depend upon the modules loaded with <option>-configModules</option>. For instance, we will
114normally load the compiler module, which reveals the host of optios controlling preprocessors, compilers, and linkers.
115<screen>
116<prompt>bash$</prompt> <command>framework.py -configModules=[config.compilers] -help</command>
117<computeroutput>
118Python Configure Help
119 Comma seperated lists should be given between [] (use \[ \] in tcsh/csh)
119 Comma separated lists should be given between [] (use \[ \] in tcsh/csh)
120 For example: --with-mpi-lib=\[/usr/local/lib/libmpich.a,/usr/local/lib/libpmpich.a\]
121----------------------------------------------------------------------------------------
122Script:
123 --help : Print this help message current: 1
124 --h : Print this help message current: 0
125Framework:
126 --configModules : A list of Python modules with a Configure class current: []
127 --ignoreCompileOutput : Ignore compiler output current: 1

--- 585 unchanged lines hidden ---
120 For example: --with-mpi-lib=\[/usr/local/lib/libmpich.a,/usr/local/lib/libpmpich.a\]
121----------------------------------------------------------------------------------------
122Script:
123 --help : Print this help message current: 1
124 --h : Print this help message current: 0
125Framework:
126 --configModules : A list of Python modules with a Configure class current: []
127 --ignoreCompileOutput : Ignore compiler output current: 1

--- 585 unchanged lines hidden ---