
About bhvj - Intel Community
This is a community forum where members can ask and answer questions about Intel products.
List Directed I/O Error - Intel Community
2015年2月24日 · You've still got a couple of fundamental Fortran concepts to understand. You've declared your real array as having the indices (11,3), which means the first index ranges from …
Question: Reading a large column (1D-array) and writing slices of …
2015年2月4日 · I am trying to read a large single column (which I am trying to read in as a 1-D array), and then to write slices of this array as rows until the end of the data. Please suggest …
I/O Question - Intel Community
2015年3月10日 · Hi. I have an input output question. I am trying to read the values as in the attached text file, until end of file, then multiply the last value (from beginning to end) by a …
EOF Question - Intel Community
2015年3月6日 · Hi I was trying to implement the EOF function, in order to read until end of the input file, as DO WHILE (.NOT. EOF(unit number of open file)) It gives the following error: …
creating a batch file within FORTRAN - Intel Community
2015年2月11日 · I have a set of output files that are created by a FORTRAN program in a directory, with which I would like to perform a set of operations such as copy, rename, and …
Calculating Number of Calendar Days in a Year - Intel Community
2015年9月15日 · Hi, I am trying to calculate the Number of Calendar Days in a Year (1 through 365/366) in every step, along with other calculations and output with the other calculated …
Implementing Table Lookup - Intel Community
2015年3月5日 · Hi, Please disregard my previous posts in this regard. Attached herewith is a modified draft program (including the input file) where I have tried to create a subroutine called …
No, EOF is not specific to - Intel Community
2015年3月6日 · No, EOF is not specific to the DO loop, that;s just where you had it. While you can use EOF to test to see if you are at end of file, most Fortran programmers would add …
Stepwise calculation for large datasets in Fortran
2015年2月28日 · Hi, I am trying to do stepwise calculations, for each day, by using an equation in a Fortran program, using the datasets, as in the attached (each dataset has 18262 values …