- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone seen anything like this? I'm getting various numbers at the left of each line in the Output window. No rhyme or reason with the values. Most lines in a project have the same value, but they change periodically.
Thanks, David
7>Usrymx.f90
7>Mix2.f90
7>Ymdinit.f90
7>ReadRecord.f90
7>Classify.f90
7>Fixflo.f90
7>AutoRun.f90
7>Usrcrs.f90
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you build on a multi-processor (or multicore) machine the default in VS2005/8 is to build projects in parallel if possible, using one thread per installed logical processor. The output is decorated with a sequence number to distinguish which project it is associated with; output line appear in chronological order.
In VS2008 there is another output window available, "Build Order" in the dropdown list, that sorts by the project number.
You can disable parallel building in Tool / Options / Build-and-run, set the number of parallel threads to 1.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page