Giter Site home page Giter Site logo

mpack's Introduction

MPACK

Multiprecision linear algebra PACKage.

Installation using Conda

The most direct way to install the code is through the conda package manager. If you have conda installed,
(1) activate an environment in you wish to use to install MPACK, and
(2) run the install command:

conda install -c auto-mech mpack

If you do not have a preferred Conda environment set up, an empty environment with no packages can be created and activated with the following commands

conda create --name myenv
conda activate myenv

where myenv should be replaced with your preferred name for the environment.

Alternatively, we also recommend building our own pre-set Auto-Mech environment, which includes MPACK and the codes which use it. This environment can be created and activated with the commands:

conda env create auto-mech/amech-env
conda activate amech-env

If your Conda commands are not functioning, you may need to iniliatize Conda via the command

. /path/to/conda.sh

which places Conda executables in your PATH. The specific location of conda.sh depends on the Conda install.

If you do not have conda, it can be installed using the shell script debug/install-conda.sh.

Building from source without Conda

Run build.sh, which uses cmake to compile MPACK:

bash build.sh

Note that the results of the make install command in build.sh will depend on your system setup.

Notice

Authors: Nakata Maho [email protected]

Distributed under GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007
See 'COPYING' file for more details

mpack's People

Contributors

avcopan avatar

Watchers

James Cloos avatar  avatar

Forkers

solution3000

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.