Coder Social home page Coder Social logo

xyce-deps-docker's Introduction

Xyce Dependency Build

Release

Release

Introduction

Xyce, the high performance analog circuit simulator is obnoxiously hard to build. For those that just want to hit the ground running, I have created a dockerfile and a few bash scripts that can build all of the dependencies in a conveniently packaged and pre build docker image.

Caveat: You still need to get the Xyce Source. I believe it has export restrictions.

Xyce has several dependencies, thoroughly documented on their site. These include:

  • CMake
  • HDF5
  • NetCDF
  • Trilinos

Some of these have options for parallel distributions for MPI implementations. For the purposes of this image, I have built both the serial and parallel versions of the softwares.

There is also a script for actually building Xyce once you've obtained a tar.gz

Travis confirms that the image builds and is available on docker hub, all you need to do is get a Xyce distribution.

Usage

You'll need docker installed, and the docker daemon running.

  • With a gzipped tarball of Xyce (6.8 in this example) ... (ex: 'Xyce-6.8.tar.gz') Just run the docker image build from the prebuild image.

    docker build -t [SomeImageTag] -f XyceBuildDockerfile

    This could take a minute, it will compile both the serial and parallel versions of Xyce 6.8

  • Launch a (bash shell in a new) container from the freshly minted image with docker run -i -t [SomeImageTag] /bin/bash

  • Feeling sluggish? docker run -i -t [SomeImageTag] /bin/bash --memory 2048 --cpus 4

xyce-deps-docker's People

Contributors

jbharter avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

chipflow

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.