Skip to content

Compile and install of Trilinos. The Trilinos libraries are used by the Xyce Circuit Simulator.

License

Notifications You must be signed in to change notification settings

embed-dsp/ed_trilinos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compile and Install of the Trilinos libraries

This repository contains a make file for easy compile and install of Trilinos libraries. The Trilinos libraries contain algorithms and enabling technologies framework for the solution of large-scale, complex multi-physics engineering and scientific problems.

The Trilinos libraries are used by the Xyce Circuit Simulator.

Get Source Code

ed_trilinos

git clone https://github.com/embed-dsp/ed_trilinos.git

Trilinos

# Enter the ed_trilinos directory.
cd ed_trilinos

# Edit the Makefile for selecting the Trilinos libraries version.
vim Makefile
PACKAGE_VERSION = release-12-12-1

Download Trilinos libraries package as *.tar.gz file and place in the src/ directory.

Build

# Unpack source code into build/ directory.
make prepare

NOTE: Select one of the following configuration options depending on if you want to build Trilinos libraries in "normal" configuration or for parallell computing using OpenMPI.

# Configure source code.
make configure
# Configure source code.
make configure SERPAR=parallel
# Compile source code.
make compile

Install

# Install build products.
sudo make install

Links

GitHub

About

Compile and install of Trilinos. The Trilinos libraries are used by the Xyce Circuit Simulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published