files_multiple_test


files_multiple_test, a Fortran90 code which calls files_multiple(), which demonstrates how a code can open multiple output files at one time, and write data to any one specific file it chooses.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and codes:

files_multiple, a Fortran90 code which demonstrates how a program can open multiple output files at one time, and write data to any one specific file it chooses.

Source Code:

test01() counts from 0 to 100. Each divisor of 2 is written to "divisor1.txt", each divisor of 3 is written to "divisor2.txt" and so on.

test02() watches a vector X, of length 100, as it changes 20 times.


Last revised on 09 July 2020.