Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Travis214
  • Content: Threads
  • Order by date
  1. Travis214

    setvbuf3f problems.

    Hello, I am attempting to change the buffering of my output to line buffering instead of full buffering. I need this because I keep having problems with machines restarting which makes me lose data because it is all sitting in a buffer. I am trying to use setvbuf3f to accomplish this. I can...
  2. Travis214

    Atomic Function Calls

    Is there a way to make a function/subroutine atomic? I am attempting to create mutex like structures within Fortran but for them to be proper I need to use atomic function calls.
  3. Travis214

    Passing Type To Function Causes Data Corruption

    I have defined two simple types in a module in Fortran 95. The types are defined as: TYPE :: SPINVECTOR DOUBLE PRECISION, dimension(0:3,1:3,1:3,1:3) :: x, y, z END TYPE SPINVECTOR TYPE :: IVECTOR integer :: x, y, z END TYPE IVECTOR I am then using these types to pass information from the...

Part and Inventory Search

Back
Top