hi, could you explain us a little more about sne method,.. is it numerical method or analitic matrix solution. Or better to send algorithm of SNE. so we can...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
Hi, Did you define the COMMON in the subroutines also? If not, define and see the result. Raj ... __________________________________________________ Do you...
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...
Yes, COMMON is identical in the subroutines as in the main program. - Joel ... -- Joel Konkle-Parker Multidisciplinary Optimization Branch Aerospace Systems,...
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 ...
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...
... 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...
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...
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...
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...
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......
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...
... 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...