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
<li><p><aclass="reference internal" href="build/pre_conda.html"><spanclass="doc">Conda users, works on both OSX and Linux</span></a> (CONDA_OMPI_GNU)</p></li>
112
115
</ul>
113
116
<p>If you need more help, please raise an issue at <aclass="reference external" href="https://github.com/gafusion/gacode/issues">https://github.com/gafusion/gacode/issues</a></p>
114
117
</section>
@@ -121,11 +124,11 @@ <h2>Source code<a class="headerlink" href="#source-code" title="Link to this hea
121
124
</section>
122
125
<sectionid="concept-of-platform-files">
123
126
<h2>Concept of platform files<aclass="headerlink" href="#concept-of-platform-files" title="Link to this heading"></a></h2>
124
-
<p>In order to compile the full GACODE package on a new machine, <strong>platform files</strong> must be created. You can use existing ones or create your own. After cloning the repository, you can query the existing platforms using:</p>
127
+
<p>In order to compile the full GACODE package on a new machine, a version of the <strong>platform files</strong> must be selected. You can use existing ones or create your own. After cloning the repository, you can query the existing platforms using:</p>
<p>To create new platform files (say, for a new platform MINE) then copy/edit the following files:</p>
131
+
<p>If you decide to create new platform files (say, for a new platform MINE) then create the following files, starting from one of the existing ones (say, CONDA_OMPI_GNU):</p>
<h2>OpenBLAS<aclass="headerlink" href="#openblas" title="Link to this heading"></a></h2>
148
-
<p>When building with gfortran, we recommend using <aclass="reference external" href="https://github.com/xianyi/OpenBLAS.git">OpenBLAS</a>. It is important to build with <strong>single-threaded</strong> settings. In the Makefile.rule file in the top-level OpenBLAS directory, set:</p>
151
+
<p>Using system provided builds is better, but when building from scrath with gfortran, we recommend using <aclass="reference external" href="https://github.com/xianyi/OpenBLAS.git">OpenBLAS</a>. It is important to build with <strong>single-threaded</strong> settings. In the Makefile.rule file in the top-level OpenBLAS directory, set:</p>
<h1>Conda setup<aclass="headerlink" href="#conda-setup" title="Link to this heading"></a></h1>
98
+
<p>The conda setup can be used as a regular user (no sudo privileges needed), and works on both OSX and Linux.</p>
99
+
<p>If you do not have an existing conda setup yet, download and install Miniconda from <aclass="reference external" href="https://www.anaconda.com/download/">https://www.anaconda.com/download/</a></p>
100
+
<p>Once inside the conda setup, create the conda gacode environment.</p>
0 commit comments