MPI Forum Meetings logo

MPI Forum: mpi3-fortran Mailing List Archives

all MPI Forum: mpi3-fortran mailing list

Subject: Re: [MPI3 Fortran] What if Fortran is the primary interface?
From: Aleksandar Donev (donev1_at_[hidden])
Date: 2008-03-18 13:23:23


On Tuesday 18 March 2008 10:17, Supalov, Alexander wrote:
> Can you give an example of a "peculiar" system?
Integers are passed in registers but structs (even small ones containing only
a single integer) are always passed on the stack.
Aleks