comparing vectors1088 (4/17/2012 11:54:50 PM) comp.lang.fortran Hi all,
I need to compare 3 vectors and get those elements which are equal
among them - caveats: the vectors are not necessarily sorted and can
have different lengths and (at the moment) the vectors are o... ralf
Internal Subroutines and errors457 (9/15/2011 2:43:21 AM) comp.lang.fortran By coincidence I discovered today that an unwanted host-shared variable sneaked into an internal subroutine - as I thought I was really careful with programming. Fortunately it did not have any serious side eff... ralf
fortran on tablet pc's?3181 (9/1/2011 4:58:17 AM) comp.lang.fortran Does anyone here tried to get a Fortran compiler running on one of the Tablet PC's - I guess the Windows Tablets should be just fine (?), but what about the other ones? Cheers -Ralf ... ralf
OpenMP and allocation and intent(out)749 (8/24/2011 12:38:20 AM) comp.lang.fortran Hi there, I am new to OpenMP and wanted to parallize a construct such as this: integer, allocatable :: fried_eggs(:) integer, parameter :: N = 1000 !$OMP PARALLEL SHARED( fried_eggs ) !$OMP DO ... ralf
test #9 #31442 (8/6/2011 10:33:41 AM) comp.lang.fortran No messages on CLF since 2 August? (Including spam ...) ... ralf
intent(out) and deallocate645 (7/19/2011 12:58:55 AM) comp.lang.fortran Hi group, I was expecting an error or at least a warning message with the code snippet below - it deallocates an array which has the intent(out) attribute... (ifort 12.0, windows 7) Cheers -Ralf program foo ... ralf
module depencies840 (3/12/2011 10:01:38 AM) comp.lang.fortran I'd like to have type definitions and procedures which operate on the derived type together in a module, say module A. Some calculations are done in a different module, say module B, and when I pass the type to... ralf
use of structure component on module level5150 (10/4/2010 3:03:21 AM) comp.lang.fortran Hi group,
it seems like a construct like this is not valid, or did I miss
something?
module thestThis
use modStruct, only: component => thisStruct%Component
end module thestThis
neither this:
... ralf
Recursive & Stack Size9269 (8/24/2010 10:28:55 AM) comp.lang.fortran Hi all,
I have a recursive subroutine that traverses a 3d mesh - theoretically
the recursion can be as much as the upper limit of the cells in the
mesh, currently 2^31-1.
I am testing this upper limit and... ralf
antispam filter2264 (4/17/2011 11:20:29 PM) comp.lang.fortran Is there anybody who already prepared a list of regex to filter all/most of the spam in this newsgroup? -- Lurkos ... lurkos.usenet(56)
intent(out) and deallocate645 (7/19/2011 12:58:55 AM) comp.lang.fortran Hi group, I was expecting an error or at least a warning message with the code snippet below - it deallocates an array which has the intent(out) attribute... (ifort 12.0, windows 7) Cheers -Ralf program foo ... ralf.schaa(62)
OpenMP and allocation and intent(out)749 (8/24/2011 12:38:20 AM) comp.lang.fortran Hi there, I am new to OpenMP and wanted to parallize a construct such as this: integer, allocatable :: fried_eggs(:) integer, parameter :: N = 1000 !$OMP PARALLEL SHARED( fried_eggs ) !$OMP DO ... ralf.schaa(62)
The current state of FORTRAN?2544 (8/27/2011 5:10:26 PM) comp.lang.fortran Is ftn is really in use any more? I mean newer versions since the mid-1990s. I have access to a ftn program written in 1995 at a university. Are Universities still using ftn in some modern form of it? Commer... wolftracks(235)
fortran on tablet pc's?3181 (9/1/2011 4:58:17 AM) comp.lang.fortran Does anyone here tried to get a Fortran compiler running on one of the Tablet PC's - I guess the Windows Tablets should be just fine (?), but what about the other ones? Cheers -Ralf ... ralf.schaa(62)
Situation from outside by newbie1858 (9/4/2011 1:09:30 AM) comp.lang.fortran Anyone looking for Fortran may be directed here, but right now I count 1 single fortran post for 90 other offers, mainly photos and pills. Is it not tiime to get together as "professionals" - or at least oldie... tbwright1(218)
comp.lang.fortran #420 (9/25/2011 10:06:39 AM) comp.lang.fortran comp.lang.fortran An interchange on comp.lang.fortran, Published by ACM 2009 Article. Forum. Bibliometrics Data Bibliometrics For More Details: http://123maza.com/65/babul739/ ... bhuvanesh.barani
comparing vectors1088 (4/17/2012 11:54:50 PM) comp.lang.fortran Hi all,
I need to compare 3 vectors and get those elements which are equal
among them - caveats: the vectors are not necessarily sorted and can
have different lengths and (at the moment) the vectors are o... ralf.schaa(62)