Skip to content
Menu
i do, therefore i am
  • Home
  • Blog
  • Contact us
i do, therefore i am

Month: January 2021

January 21, 2021November 7, 2022

Compiling FORTRAN Modules in OpenVMS

When you compile a FORTRAN file containing module declarations, the compiler generates a separate module file for each module declaration in the file. These files are created, by default, in the current directory and in OpenVMS their names consist of the module name followed by the extension F90$MOD.Consider the following FORTRAN source file named hello_m.f90:…

Read More
January 21, 2021November 29, 2022

Using cmake to build FORTRAN projects with modules

If you are building FORTRAN projects in linux, you can use Cmake as your build system. Let’s build a very simple project consisting a module and a FORTRAN program file. The module is defined in the file hello_mod.f90 which contains following code: The file main.f90 contains the program which in turn uses the the hello…

Read More
January 21, 2021November 7, 2022

Configure Postgres to accept remote connections

The default postgres configuration will only accept local connections to the database. If you are, for example, using psql and trying to connect to a remote server called remote-server you may receive a response like: Running netstat on the server sheds light on the problem: the postgresql server is bound to address 127.0.0.1 This behavior…

Read More

Recent Posts

  • vim as Hex-Editor
  • installing pico-sdk in wsl
  • A WordPress theme from scratch 5
  • A WordPress theme from scratch 4
  • Serial Port Windows

Recent Comments

    Archives

    • May 2023
    • January 2023
    • November 2022
    • October 2022
    • September 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2021

    Categories

    • Fortran
    • linux
    • Postgresql
    • Programming
    • Python
    • Tools, tips and tricks
    • Wordpress

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Postgres

    • postgres-docs

    Python

    • data model
    • the standard library
    • python tips
    • import system
    • asyncio
    • built-in functions

    Open_VMS

    • lexicals at marc’s place
    • documentation and manuals
    • system services
    • rms services reference
    ©2025 i do, therefore i am | Powered by WordPress and Superb Themes!