Charlotte Fischer
Charlotte Fischer
@mrgodef The error Michel describes could also be a system error. One of the negatives about the underlying assumptions in GRASP is that it leads to a few but huge...
I searched the internet for the error message Michel and Kai report. Here is a helpful site https://stackoverflow.com/questions/212466/what-is-a-bus-error The comment I found interesting was: --------------------------- "I'd like to add a...
The pull request will solve this problem.
Dear Jon, Sorry if I missed modifying the MPI version but, on the other hand, sometimes when I sent the Masterfile to Lund, changes got lost. GitHub would have prevented...
Dear Sasha, I recently had problems compiling with an upgraded OpenMPI. Everything was fine if I used the old-fashioned include 'mpif.h'. The recent versions of OpenMPI use structured datatypes and...
Grasp is an F95 program and as such uses certain libraries. Compilers for "modern Fortran" concepts are backward compatible but libraries with the modern concepts may not be compatible. The...
Sasha, It occurred to me later that there is the issue of openmpi (which version) and then which mpi libraries are used. I suspect the latter is associated with "Use...
Dear Sasha, Try two things. 1) In /src/lib/mpi90/mpi_C.f90 edit the routine to INCLUDE 'mpif.h' rather than USE mpi. Note that the former command is AFTER the IMPLICIT statement whereas the...
Have you found a good documentation of the Fortran version of MPI? The ones I like are for C which is not quite the same a Fortran in certain details....
The question relating to whether output is to be sorted or not will not go to the screen when output is redirected. The format of this question should be the...