-
**The version number of the MASA library (versioning information can be obtained by running the masa_version binary located in the bin/ directory of a local MASA installation)
the hardware and operat…
-
Hello,
My name is Bob Yantosca (@yantosca) and along with Rolf Sander (@RolfSander), Mike Long (@msl3v) and Haipeng Lin (@jimmielin), we have been working towards a KPP 3.0.0 release. In preparati…
-
This Tweet alerted me to something in Fortran that I was not aware of:
https://twitter.com/fortrantip/status/1479071485859962880
If an argument is passed to a subroutine/function that is a variabl…
-
What should the learning page and tutorial look like?
What should they cover?
How should they be organized?
Let's discuss.
Follow up from fortran-lang/fortran-lang.org#5 .
-
For external LG error handling, LaGriT errors standardization is not enforced in several commands, i.e.:
```
read/avs/test.inp/mo1
The AVS file, test.inp, does not exist.
WARNING: MO has zero …
-
Create single-processor stub routines so MPI can be turned off. This will allow the code to be compiled without an MPI library, making it easier to do debugging, Python wrapping, and hybrid code devel…
-
A stack trace when running egs_brachy through a debugger gives the following error (occurs on the order of 10e6 histories into the simulation):
```
1This version of LLDB has no plugin for th…
-
On the process of compiling CESM using Fujitsu compiler, an error says
`Fortran diagnostic messages: program name(m_zeit)
Module subprogram name(allflush_)
jwd2520i-s "/lustre/home/yomma/CESM/l…
-
I am exploring the possibility to use CFFI in combination with ISO_C_BINDING to interface Fortran from Python, inspired by this article:
http://scientific-software-diary.com/?p=29
Have you ever used…
-
Preprocessor style comments (lines starting with "//") only seem to work if the next character is a space. Otherwise, I get the error message:
```
Extra parameter on command line
```
This need…