Skip to content

Utility routines for f95 including string handling, file unit numbers, and command processing.

Notifications You must be signed in to change notification settings

dplab/libf95dplab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libf95dplab
===========


This library has fortran utilities of general use.

USAGE

To access these routines, use the LibF95 module in
your programs, like this:

USE LibF95


BUILDING

To build, go to the Source directory.  There are sample
makefiles there for different compilers and platforms. 
Use one of those if possible; otherwise modify one to meet
your needs.  Build using the "-f" option to make. For example:

make -f Make.ifort-linux

will build for the ifort (intel) compiler on a linux system.

The build will produce the libary, "libf95dplab.a", and will
place module definitions in the "Modules" subdirectory of Source.
You will need to remember these locations for linking.


About

Utility routines for f95 including string handling, file unit numbers, and command processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published