Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

sbudaev/HEDTOOLS

Repository files navigation

HEDTOOLS is a set of modelling utilities and tools (implemented as portableFortran modules, not object-oriented) that have general applicability andare used for data conversion, input/output, random number generation andexecution logging. There are also a few computational tools. Even thoughHEDTOOLS modules are primarily designed to be used in the AHA Model, theyare designed such that they can be used in many different simulation projects.

Credits

HEDTOOLS use modules and pieces from these sources:

License

The code is covered by theGNU GPL 3.0orGNU LGPL 3.0 license.

Building HEDTOOLS as a static library

Normally HEDTOOLS are intended for use in a particular modelling project assource code. Consult theMakefilethat is provided in the AHA Model and the AHA ModelREADME for details. A templateMakefile is included in thetemplate subdirectory.

TheMakefile that is found in the HEDTOOLS directory is used to build it asa static library. Normally, the build system produces a zip archive with a"distribution" of the static library and headers ready to use in otherprojects. Here are the main build commands:

  • Build the static library with the default compiler and options:make;
  • Build the static library using specific compiler, e.g. IntelFortran (ifort):make FC=ifort;
  • Build plotting tools:make tools;
  • Clean all temporary files and the library that is built:make distclean;
  • Short help on the build commands:make help.

For more details about using HEDTOOLS as a static library seeAHA Modelling Tools Manual.

Recent pre-built versions of the static library for Intel Fortran on Windows 64are availablehere.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp