Search the web
Sign In
New User? Sign Up
Fortran · Fortran Q/A's, info, lib and fans
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 154 - 423 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
154
Hi all, If I have to initialize all the elements of an array , are the statements below valid?? I don't want to use do loop ti initialize all elements because...
Vinay
vinay_cdac
Offline Send Email
Feb 6, 2003
6:04 am
155
Hi, You can use "dimension vinarray(6)" Here in the one dimension array you can store at the most 6 elements. For 2 dim, one can use dimension x(10,10) This is...
Raj Gupta
rajgupta121
Offline Send Email
Feb 6, 2003
3:03 pm
156
Thanks Raj, I do use DIMENSION VINARRAY(6) But I see only in UNIX the array is initialized to 0. On Windows all the array elements are initialized to some...
Vinay
vinay_cdac
Offline Send Email
Feb 7, 2003
3:23 am
157
Hi, Frankly speaking I never tried to compile and run a fortran prog. on windows platform. In the worst case you can create a subroutine for initialisation and...
Raj Gupta
rajgupta121
Offline Send Email
Feb 7, 2003
4:17 am
158
i have a simple question: can i run programs ive made with fortran in msdos. ive tried this but it says that the program requires windows.thanks for...
E.E
erenezgu
Offline Send Email
Feb 7, 2003
11:33 am
159
In Ftn77 try BLOCK DATA COMMON /ARRAYNME/ VINARRAY(6) INTEGER SIZE PARAMETER (SIZE = 6) DIMENSION VINARRAY(6) DATA (VINARRAY(I), I = 1,6) / SIZE * 0.0/ . . . ....
Howard Jones
holyheadian
Offline Send Email
Feb 7, 2003
1:49 pm
160
I am compiling a subroutine in no-debug mode and I am getting the following warning. I don't get this warning in debug mode( I don't get this warning on...
vinay_cdac <vinay_cda...
vinay_cdac
Offline Send Email
Feb 9, 2003
8:18 am
161
It looks as if the error message gives the answer. Does the program use any special feature of Windows, such as writing into a window? Also, was it compiled...
demiduet
Offline
Feb 19, 2003
3:13 am
162
I think your routine is too long to be optimized. 2200 lines is quite long for a subroutine! Optimization requires the compiler to construct a lot of tables...
demiduet
Offline
Feb 20, 2003
6:40 am
163
... program main common /CNMN1/ DELFUN, DABFUN, FDCH, FDCHM, CT, CTMIN, CTL, + CTLMIN, ALPHAX, ABOBJ1, THETA, OBJ, NDV, NCON, +...
Joel Konkle-Parker
joeljkp
Offline Send Email
Feb 28, 2003
2:52 pm
164
Hi Joel, You are not receiving the modified IGOTO from the CONMIN routine. That is why it stays as it is defined in the main program. Try to receive as an...
Raj Gupta
rajgupta121
Offline Send Email
Feb 28, 2003
3:31 pm
165
I'm afraid I don't quite understand... I thought COMMON made the defined variables accessible to all program units? Doesn't that mean that each unit can modify...
Joel Konkle-Parker
joeljkp
Offline Send Email
Feb 28, 2003
5:58 pm
166
Hi, Did you define the COMMON in the subroutines also? If not, define and see the result. Raj ... __________________________________________________ Do you...
Raj Gupta
rajgupta121
Offline Send Email
Mar 1, 2003
4:15 am
167
Raj is right.. You will have to define the COMMON block in all subroutines in which u use the common variables This is an example COMMON /JACK/ A,B,C,DCOMMON...
Vinay
vinay_cdac
Offline Send Email
Mar 3, 2003
3:33 am
168
Yes, COMMON is identical in the subroutines as in the main program. - Joel ... -- Joel Konkle-Parker Multidisciplinary Optimization Branch Aerospace Systems,...
Joel Konkle-Parker
joeljkp
Offline Send Email
Mar 3, 2003
12:22 pm
169
Just to let everyone know, I've fixed this problem. The cause was something completely unrelated to the common block in question. -- Joel Konkle-Parker ...
Joel Konkle-Parker
joeljkp
Offline Send Email
Mar 3, 2003
7:14 pm
170
What was the problem ?? Let us know... we might face such a problem Regards, Vinay http://vinay.envy.nu/ Catch all the cricket action. Download Yahoo! Score...
Vinay
vinay_cdac
Offline Send Email
Mar 4, 2003
3:58 am
171
... The subroutine in questions defined 2 common blocks. I misread the user's guide, so I only included the CNMN01 common block, instead of both. To fix it, I...
Joel Konkle-Parker
joeljkp
Offline Send Email
Mar 4, 2003
12:36 pm
172
Hello, I want to buy an optimizing Fortran compiler for a Microsoft Windows 2000 Intel based PC. I will be running several long running Fortran programs. So my...
Sternbach, William [IT]
wgs1019
Offline Send Email
Mar 5, 2003
5:18 pm
173
... From: "Sternbach, William [IT]" <william.sternbach@...> To: <fortran@yahoogroups.com> Sent: Wednesday, March 05, 2003 5:17 PM Subject: [Fortran]...
howard JONES
holyheadian
Offline Send Email
Mar 6, 2003
3:06 pm
174
... From: howard JONES [mailto:jones@...] Sent: Thursday, March 06, 2003 10:08 AM To: fortran@yahoogroups.com Subject: Re: [Fortran] Fort...
Sternbach, William [IT]
wgs1019
Offline Send Email
Mar 6, 2003
3:12 pm
175
Dear All, The details of the requirement are as follows: Qualification: BE /BTech /MCA 1. Position: " SE0029 - C, Fortran " Minimum Experience in years: 2-4...
IFIL HR
thomasdeepa
Offline Send Email
Mar 14, 2003
9:36 am
176
Dear All, The details of the requirement are as follows: Qualification: BE /BTech /MCA 1. Position: " SE0029 - C, Fortran " Minimum Experience in years: 2-4...
IFIL HR
rightopportu...
Offline Send Email
Mar 17, 2003
7:01 am
177
Dear HR - IFIL I would like to know what kind of projects you are dealing ... From your site it seems you are providing some courses in Japanese language......
Vinay
vinay_cdac
Offline Send Email
Mar 17, 2003
9:06 am
178
Hi, The nature of the job is not very clear. Kindly post the full details related to it. Thanks -- Raj Bangalore ... ...
Raj Gupta
rajgupta121
Offline Send Email
Mar 17, 2003
11:30 am
419
Dear friends: I am trying to compile downloaded mopac7 source code (many files) in Sparc solaris system. Tons of errors come up. A little beginning is copied...
dlyzxl
Offline Send Email
Jun 9, 2005
3:51 pm
420
... in ... There are two problems with the example code, but these are probably only the tip of the iceberg. i. The $ format descriptor means write the line...
jcollinssimcon
Offline Send Email
Jun 13, 2005
3:11 pm
421
Hello, Does anyone has a fortran code for spline fit of 3d points ? thanks in advance hari...
Hari Subramaniam
hari_tirupur
Offline Send Email
Jun 26, 2005
2:25 am
422
hi to all m new to this great n nice group, i have a query regarding 'ill conditioning' of a matrix, if this warning is coming, can i ignore this? If i ignore...
badam nandu
badam_nandu
Offline Send Email
Jul 23, 2005
10:20 pm
423
Hi, I would like to know how can I print the addres of a pointer , in Fortran 90. When I try to print the pointer only appear the value of the variable that is...
millenavillar
Offline Send Email
Sep 13, 2005
7:32 am
Messages 154 - 423 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help