Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

GNU Fortran95 and OpenMosix

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Proteus
Posts: 6
Joined: 2005-11-11 13:39

GNU Fortran95 and OpenMosix

#1 Post by Proteus »

hello,
does anyone know how the latest GNU Fortran95 (g95) behaves
in OpenMosix? Do some g95 statements
which already enable automatic division of processes across
processors, like for example FORALL statement, which is
integrated in g95 itself (without the need to link to external
library), do that once OpenMosix is
installed or will they make use of only one node? Is it
enough to just install binary g95 to
OpenMosix machine and then statements like FORALL make
use of all nodes or do I have to compile g95 source in
OpenMosix? Will g95 statements like
FORALL actually distribute across nodes in OpenMosix or not (without linking to any external library)?

thank you for your help

regards,

Luke

Post Reply