Google Groups Home
Help | Sign in
comp . lang . fortran
This is a Usenet group - learn more
Find or start a Google Group about fortran.
Active older topics
130 new of 130 - Sep 7
42 new of 42 - Sep 7
6 new of 6 - Sep 7
17 new of 17 - Sep 7
10 new of 10 - Sep 5
19 new of 19 - Sep 5
23 new of 23 - Sep 5
18 new of 18 - Sep 4
23 new of 23 - Sep 3
8 new of 8 - Sep 2
Related Groups
IDL and PV-Wave language discussions.
Medium activity, Usenet
Discussion about C.
High activity, Usenet
discussion about FORTRAN; share resources on FORTRAN; How-to use Fortran; FORTRAN 77; FORTRAN 90; FORTRAN 95; ...
Low activity, 241 members, restricted
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 37688  Older »
Description: Discussion about FORTRAN.
 

binary of gcc 4.3.2 for Windows is available for download 
  The following link offers binary for download [link] 32-bit binary includes fortran,c, and c++; 64-bit has c and fortran. gcc 4.3.2 implements OpenMP v2.5.
By adda  - Sep 6 - 1 new of 1 message    

Auto-testing for memory leaks. 
  Hello, I have a bunch of derived types that contain pointer arrays. In the course of their use the structures get allocated, copied, destroyed, reallocated, extended, etc. I test for memory leaks in a rather brain dead way - I call the routines in my test code many 10's of 1000's of times with top running in another window so I can keep an eye on... more »
By Paul van Delst  - Sep 5 - 7 new of 7 messages    

How to make a function work with different type and kind type argument 
  Hi, the intrinsic sin(x), cos(x), etc, work with arguments of general type and kind type. Suppose I want to write a function mysin(x) which just calls sin(x) and, like sin(x), must work with general type and kind type argument. I can achieve the generality of type through overloading, however how can I obtain generality of kind type?... more »
By deltaquattro  - Sep 4 - 9 new of 9 messages    

internal write rounds wrong 
  Hi, i want tol display a real number with less decimal places. What i do is an internal write with a format Fx.x like "write(char,form) number" Normally it works fine but my Fortran rounds the last 5 down. Example: 1.555 is rounded by format F4.2 to 1.55 not to 1.56 !!! Has somebody an idea to solve this problem?... more »
By phantasmus  - Sep 4 - 14 new of 14 messages    

read binary file written in fortran from another language 
  Dear all, is that possible to read some binary files written by Fortran language in a different language such as C++? I read here: [link] that Fortran uses "records" which makes things hard for other programming languages to process the bytes in some form of these records. However... more »
By utab  - Sep 3 - 8 new of 8 messages    

doxygen 
  will anyone plz. show me an example of creating manual of fortran code with doxygen?i tried and failed
By rudra  - Sep 3 - 3 new of 3 messages    

Parallel in Fortran90 
  Dear all; I have written a code in Fortran90, but this code is run for large systems very slowly (because of large amount of data) now I want to convert my program to a parallel one. but I haven't ever written parallel program. Would you please guide me what should I do? I'm anxiously looking forward your reply and guidelines.... more »
By Fatemeh  - Sep 3 - 7 new of 7 messages    

C++ wrapper for fortran functions 
  Dear all, Though this is a mixed language issue, I did decide to post here, How can I can wrap a fortran function in C++? I am aware of extern linkage and the _ issues that have to be added. If I would like to wrap this, what should be done? extern "C" { void lapackfunctiontocall_(...) ...I can make an extern "C" block in a header file and put all needed... more »
By utab  - Sep 2 - 10 new of 10 messages    

Any suggested workarounds for writing wrappers for functions that are to be passed as arguments? 
  The easy solution to this problem is to pass an internal function as an argument, but of course that is not allowed in standard-conforming Fortran 90+. What I mean by "internal function" is a function which is CONTAINed by another function (or subroutine). Now just a little more specific info so you can feel out the situation.... more »
By Will W.  - Sep 2 - 30 new of 30 messages    

array constructor syntax 
  Since the following code is only accepted by g95 and not by gfortran-4.2.3 or the intel compiler 10.1, I was wondering if I got the syntax right. module array_constructor implicit none character(len=14), dimension(5), parameter :: & var_names = [character(len=14) :: & 'YEAR', 'COMPCODE', 'RECEPTYPE', 'NCOLS', 'NROWS']... more »
By Cornelis  - Sep 1 - 5 new of 5 messages    

1 - 10 of 37688   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google