Jun
10
Last Modified: August, 23rd 2012
Sunday, 10. June 2012
DISLIN is a very nice and well-documented 2-D and 3-D plotting framework for Fortran and some other programming languages. Furthermore DISLIN provides some widgets to create simple graphic user interfaces (GUIs). This how-to describes how to install DISLIN on an arbitrary Ubuntu system and how to compile and link a sample Fortran 90 program with the shared and static libraries.
Since Ubuntu 12.04 (Precise Pangolin) and DISLIN 10.2 came out, things are easier for Debian-based Systems now. However 64-bit users have to consider some points. I updated this article for Ubuntu 12.04 and DISLIN 10.2 users. Obsolete instructions for Ubuntu 10.04 and lower as well as DISLIN 10.0 were deleted.
[...]
Category: English Posts, Fortran, How To's, Linux, Ubuntu |
Comments (8) |
Author: Hani
Sep
13
Sunday, 13. September 2009
Sometimes it is useful for a Fortran 90 program to know on which platform it runs. The main reasons why I wrote the module PLATFORM are to know where the home directory is and where to store the configure files (e.g. namelist-files) on the currently used platform without maintaining different platform-dependent source files.
The module PLATFORM detects:
- DOS-based Windows platforms, as 95/98(SE)/ME
- NT-based Windows platforms, as NT/2000/XP/Vista/7
- Unix(-like) platforms, as Linux, MacOS X, etc.
[...]
Category: English Posts, Fortran |
Comments (0) |
Author: Hani
Dec
16
Tuesday, 16. December 2008
RPM-Package of the G95 Fortran 95 Compiler (Version 0.91, March 2008) for RPM-based Linux distributions. [...]
Category: English Posts, Fortran |
Comments (0) |
Author: admin
Dec
16
Tuesday, 16. December 2008
The PNNL Fortran Library (a.k.a. FLIB) is a set of general purpose non-numeric Fortran 90 routines that can be used to simplify the development of programs with a batch-style input/output interface and text-processing. FLIB is platform independent.
In addition to the mainly non-numeric routines used to build program interfaces, the FLIB software does use four non-standard extensions to the Fortran 90 language standard. These non-standard routines decrease the portability of the software but significantly improve the functionality.
cal_gnu.f90 contains these non-standard routines which are adapted to the open source compiler G95 and Gfortran. [...]
Category: English Posts, Fortran |
Comments (0) |
Author: admin