Skip to content
Snippets Groups Projects
Commit 98d790b5 authored by Morris Jette's avatar Morris Jette
Browse files

Explain how to get patch file from github

parent b6dd83b6
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,8 @@ SLURM? Why does the DAKOTA program not run with SLURM?</a></li> ...@@ -134,6 +134,8 @@ SLURM? Why does the DAKOTA program not run with SLURM?</a></li>
core file?</a></li> core file?</a></li>
<li><a href="#totalview">How can TotalView be configured to operate with <li><a href="#totalview">How can TotalView be configured to operate with
SLURM?</a></li> SLURM?</a></li>
<li><a href="#git_patch">How can a patch file be generated from a SLURM commit
in github?</a></li>
</ol> </ol>
...@@ -1467,8 +1469,17 @@ dset TV::parallel_configs { ...@@ -1467,8 +1469,17 @@ dset TV::parallel_configs {
force_env: false; force_env: false;
} }
</pre></p> </pre></p>
<p><a name="git_patch"><b>43. How can a patch file be generated from a SLURM
commit in github?</b></a></br>
<p>Find and open the commit in github then append ".patch" to the URL and save
the resutling file. For an example, see:
<a href="https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3.patch">
https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3.patch</a>
</p>
<p class="footer"><a href="#top">top</a></p> <p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 8 August 2011</p> <p style="text-align:center;">Last modified 28 September 2011</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment