All Articles Tagged IO Select a Module Knowledgebase Forums Videos Blogs Contests Select a Community Software Products General Mobility Parallel Programming Open Source Virtualization What If Experimental Software ISN General Intel® Cluster Ready Financial Services Industry Tools Pentium Itanium Xeon Intel® AppUp(SM) Developer Community Visual Computing ISC General Intel Software Network communities Academic Developer Training MID Software College Home Intel SW Partner program Events Intel® Software Development Products Home Intel C++ Tool Suite for MIDs Intel® TBB Intel® AVX Intel® Graphics Performance Analyzers Knowledge Base Intel C++ Compiler and Performance Library for QNX* Neutrino* RTOS Knowledge Base Intel® C++ Compiler for Linux* Knowledge Base Intel® C++ Compiler for Mac OS X* Knowledge Base Intel® C++ Compiler for Windows* Knowledge Base Intel® Software Development Tool Suites for Intel® Atom™ Processor Knowledge Base Intel® Cluster Checker Knowledge Base Intel® Cluster Ready Knowledge Base Intel® Cluster Toolkit for Linux* Knowledge Base Intel® Cluster Toolkit for Windows* Knowledge Base Intel® Fortran Compiler for Linux* Knowledge Base Intel® Fortran Compiler for Mac OS X* Knowledge Base Intel® Integrated Performance Primitives Knowledge Base Intel® License Manager for FLEXlm* Knowledge Base Intel® Math Kernel Library Knowledge Base Intel® MPI Library for Linux* Knowledge Base Intel® MPI Library for Windows* Knowledge Base Intel® Parallel Amplifier Knowledge Base Intel® Parallel Composer Knowledge Base Intel® Parallel Inspector Knowledge Base Intel® Software Development Products Registration Center Knowledge Base Intel® Thread Checker for Linux* Knowledge Base Intel® Thread Checker for Windows* Knowledge Base Intel® Thread Profiler for Windows* Knowledge Base Intel® Threading Building Blocks Knowledge Base Intel® Trace Analyzer and Collector for Linux* Knowledge Base Intel® Trace Analyzer and Collector for Windows* Knowledge Base Intel® Visual Fortran Compiler for Windows* Knowledge Base Intel® VTune™ Performance Analyzer for Linux* Knowledge Base Intel® VTune™ Performance Analyzer for Windows* Knowledge Base Intel® Graphics Performance Analyzers (Intel® GPA) Intel® Software Network TV Intel Software Network communities Software News Code & Downloads Game Development ISN Home Page with ISN TV Player Artist Media Intel’s Ct Technology Beta Knowledge Base ESDC2010 Intel® Learning Lab Intel® Parallel Advisor Knowledge Base Intel® Array Building Blocks Knowledge Base Intel® Cloud Builder DPD Redesign Test Page DPD Redesign Test Page 2 Manageability and Security Intel® VTune™ Amplifier XE Knowledge Base Intel® Inspector XE Knowledge Base Art, Music, & Animation Power Efficiency Intel® vPro™ Developer Community WebOps Visual Computing Source Resources For Software Developers Android* Developers Ultrabook Server Developer Community Software Business Network Services
Problem with nonadvancing input [Forums] When compiled with ifort Version 12.1.3.289 Build 20120130 on Mac OS X (Lion), the program below never reaches the second line of the file 'test.dat'. Instead, the end-of-record condition occurs... Posted: 2012-04-05 15:22:21IO EOF with Stream I/O [Forums] I have a very simple example as a way to ask this question.program test
implicit none
integer(KIND=8) :: val
open(unit=10,file=\"fort.10\",form=\"unformatted\",access=\"stream\",status=\"old\")
read(10,POS=1)val
write(6,*)'VAL... Posted: 2011-11-04 15:35:28binary , Fortran 2003 , IO , STREAM Output [with WRITE(*,*)] of floating point numbers does not comply with the IEEE-754 Standard [Forums] Hi,according to the IEEE Standard for Floating-Point Arithmetic [1] (especially clause 5.12 paragraph 2) a conversion from a binary format to external decimal format and back (assumed that the fp number... Posted: 2010-07-19 09:03:37conversion , ieee754 , IO , write TBB for IO pattern [Forums] Although I'm aware that TBB and IO don't mix well, I was wondering if this pattern would work:
Start a Scheduler with say 20(lots) threads
Place lots of short IO tasks (of similar length) on the scheduler
let... Posted: 2009-08-18 20:51:17IO , TBB "Fully buffered" ofstream wrapper class -- Any thoughts? [Forums] Hi all, Here is my wrapper class for ofstream. I would greatly appreciate any comments and suggestions. Even more importantly, if I've just reinvented the wheel, please point me towards the original, because... Posted: 2009-02-18 15:41:09buffer , file , fstream , IO