Using Compute Resource Configuration (AEN 4.2.1)
================================================

.. raw:: html

    <p>The Compute Resource Configuration (CRC) application displays information about
    the current project and allows you to set a custom project environment and view
    and manage your other AEN applications, including stopping, starting, restarting
    and viewing the logs of each.</p>
    <p>The CRC application screen contains 3 sections:</p>
    <ul class="simple">
    <li><a class="reference internal" href="#crc-info"><span class="std std-ref">Info</span></a>.</li>
    <li><a class="reference internal" href="#crc-conda"><span class="std std-ref">Conda environment</span></a>.</li>
    <li><a class="reference internal" href="#crc-run-apps"><span class="std std-ref">Running apps</span></a>.</li>
    </ul>
    <div class="figure">
    <a class="reference internal image-reference" href="../../../../../_images/ae-notebooks/4.2.1/aen-user-compute-res-config-app.png"><img alt="../../../../../_images/ae-notebooks/4.2.1/aen-user-compute-res-config-app.png" src="../../../../../_images/ae-notebooks/4.2.1/aen-user-compute-res-config-app.png" style="width: 50%;" /></a>
    </div>
    <div class="line-block">
    <div class="line"><br /></div>
    </div>
    <div class="section" id="info">
    <span id="crc-info"></span><h2>Info<a class="headerlink" href="#info" title="Permalink to this headline">¶</a></h2>
    <p>The Info section displays:</p>
    <ul class="simple">
    <li>Hostname&#8212;IP address of the host computer.</li>
    <li>Project Home&#8212;File path to the project home.</li>
    <li>Project RC file&#8212;File path to the project runtime configuration file <code class="docutils literal"><span class="pre">.projectrc</span></code>. This file is sourced when a user opens any AEN application. It sets several AEN internal environment variables, sets up the project environment and sets additional user environment variables for the project.</li>
    </ul>
    </div>
    <div class="section" id="conda-environment">
    <span id="crc-conda"></span><h2>Conda environment<a class="headerlink" href="#conda-environment" title="Permalink to this headline">¶</a></h2>
    <p>This section displays the path to the default conda environment.</p>
    <p>CAUTION: Changing the default environment will affect all users.
    Be sure that no team members have any unsaved documents before
    changing the project environment.</p>
    <p>To change the default conda environment location:</p>
    <ol class="arabic">
    <li><p class="first">Edit the path to point to your preferred conda environment.</p>
    </li>
    <li><p class="first">Click the Set Project Environment button.</p>
    <p>Your <code class="docutils literal"><span class="pre">.projectrc</span></code> file is modified.</p>
    </li>
    </ol>
    </div>
    <div class="section" id="running-apps">
    <span id="crc-run-apps"></span><h2>Running apps<a class="headerlink" href="#running-apps" title="Permalink to this headline">¶</a></h2>
    <p>The Running Apps section displays a list of users and the applications that are
    in use, as well as when the app was last modified.</p>
    <p>To terminate any individual application, click the Terminate button.</p>
    <p>To stop and re-launch any individual application, click the Relaunch button.</p>
    <p>To review the run logs of any active application, which may be useful for
    troubleshooting, click the Logs button.</p>
    </div>
