Skip to content
Snippets Groups Projects
Select Git revision
  • feature/CFS-filters
  • master default
  • release/4.4
  • ticket/70-Fix-Hdf5-Homogeneous
  • fix/JacobianEnergy
  • ticket/65-Userguide-IncNS-WrongSign
  • feature/WeakDirichlet
  • feature/NekMesh-packaging
  • feature/ulfm-profile
  • feature/hdf5-mesh-2
  • feature/tidySolvers
  • feature/MeshGraph_ReSetExpansion
  • fix/MovingBody
  • feature/ouprocess
  • feature/FC-expfromXml
  • feature/FC-AddConstToFld
  • fix/OutputTecplot-2DH1D
  • feature/riemann-solvers
  • debug/CrayPAT
  • fix/FC-C0Project
  • v4.4.0
  • v4.3.5
  • v4.3.4
  • v4.3.3
  • v4.3.2
  • v4.3.1
  • v4.3.0
  • v4.2.0
  • v4.1.0
  • v4.0.1
  • v4.0.0
  • v3.4.0
  • v3.3.0
  • v3.2.0
  • v3.1.0
  • v3.0.1
36 results

osx-installer.html

Blame
  • Forked from Nektar / Nektar
    5715 commits behind the upstream repository.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    osx-installer.html 1.85 KiB
    <html lang="en">
      <head>
        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
        <title>Install Nektar++</title>
        <style type="text/css">
         body {
           font-family: Helvetica;
           font-size: 10pt;
         }
         pre {
           background-color: #eee;
           border: 1px solid #aaa;
           padding: 5px;
           margin: 0;
           margin-left: 2em;
           margin-bottom: 2em;
         }
        </style>
      </head>
      <body>
        <p>
          This package will install the Nektar++ spectral/<i>hp</i> element
          framework onto your system.
        </p>
        <h3>Installing and uninstalling</h3>
        <p>
          Nektar++ is a command-line application, meaning that to use it you must
          use the terminal. Once installed, Nektar++ executables can be found in the
          directory <code>/opt/nektar++/bin</code>. To uninstall Nektar++, remove the
          directory <code>/opt/nektar++</code> and issue the command
        </p>
        <pre>sudo pkgutil --forget org.imperialcollegelondon.nektar++-serial</pre><br />
        <h3>Caveats</h3>
        <p>
          Note that this distributed version is for <b>serial execution</b> only and
          ships with a reasonably minimal set of features:
        </p>
        <ul>
          <li>Core libraries;</li>
          <li>Common solvers and utilities, including the NekMesh generator;</li>
          <li>ARPACK for stability analysis and FFTW for homogeneous simulations.
        </ul>
        <p>
          If you are interested in other solvers, development headers, or parallel
          execution, then please consider using releases through Homebrew
          (<a href="http://brew.sh/">http://brew.sh/</a>) instead:
        </p>
        <pre>brew tap homebrew/science && brew tap mdave/nektar && brew install nektar</pre><br />
        <p>
          Alternatively, visit the <a href="http://www.nektar.info/">Nektar++ website</a> for
          instructions on compiling from source.
        </p>
      </body>
    </html>