Coder Social home page Coder Social logo

batmanabcdefg / parafem-lite Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.02 MB

Streamlined version of ParaFEM with CMake build scripts.

License: Other

CMake 0.10% Fortran 89.57% Makefile 4.27% Batchfile 0.14% Shell 0.55% C++ 0.05% C 2.51% Cuda 0.28% Awk 1.99% Python 0.55%

parafem-lite's Introduction

ParaFEM-lite

What is this?

This is a streamlined version of the ParaFEM codebase currently located on sourceforge.

The original custom build system has been replaced with CMake, and the old bundled linear algebra libraries removed in favour of modern libraries optimised for current hardware.

Requirements

This is the development version of ParaFEM and requires an installation of PETSc as well as functional BLAS and LAPACK installations. It should not matter what implementation you have provided they are api compatible with the reference implementations. So far this has been tested against BLAS/LaPACK-reference and the intel MKL.

Building

Building is done using an "out-of-tree" CMake build. This just means you don't build right in the source folder. Just make a new build folder and run cmake there:

git clone --recursive [email protected]:ptooley/ParaFEM-lite.git
cd ParaFEM-lite
mkdir build
cd build
cmake ..
make

Note that if you have PETSc installed in a non-standard place you may need to help CMake out by specifying the location with

export PETSC_DIR=/path/to/petsc/dir

Status

The new build system is incomplete so far only building what I immediately need. I intend to come back and finish the job at some point though.

Support

I did this for my own sanity because I couldn't get the original build scripts to work properly for me. I never really set out to support a repackaged version of ParaFEM. That said if this is useful to you please drop me a message, and if you have a problem please open an issue. I can't promise I will get back to you but I will try.

parafem-lite's People

Contributors

ptooley avatar

Watchers

 avatar

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.