You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx/dev_guide/ci_tasks.rst
+18-29Lines changed: 18 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,12 @@ Building the Compiler
194
194
badge next to each commit. Look for a commit that passes.
195
195
196
196
197
+
#. On LC machines, it is following the good neighbor policy to do your build a compute node.
198
+
199
+
Use an appropriate bank to get an interactive node, e.g on Corona::
200
+
201
+
flux alloc -t 60 -N 1 --bank=wbronze
202
+
197
203
#. Load the module of the version of GCC headers that you want to use. We typically use the system default, which on corona at time of writing is gcc/10.3.1-magic::
198
204
199
205
GCC_VERSION=10.3.1
@@ -219,14 +225,11 @@ Building the Compiler
219
225
220
226
#. Build the compiler.
221
227
222
-
Note that in this example, we are using rocm5.7.1, but one can change the
223
-
version they wish to use simply by changing the paths in the configure step
0 commit comments