Is very important like multithread is used: language, instructions and function. For example, with C++ into a Win32(IDE Visual Studio), with omp instruction and loop function, concurrency take a single thread for settings, like number of cores available and number of thread that need. Into this loop, a "do", this threads not take consequential way(and number into "do", the same) but seem random, also not really random, because depend like thread work
achillepaoloni
Posts
-
Multithreaded code is ridiculous -
Visual Studio 64 bitBut VS is possible to compile into x64 environment.You need to set this environment and you cn compile and create executable into x64.You cannot launch new application that you've created, into x32 operating system, because you obtain message that both environment aren't compatible.In this case move your app into x64 OS, also Microsoft and yopu can see your app that become possible to launch.That is not exists is VS 64 bit version, into and for X64 operating system(and i hope compatible with x32 env).This is not very good, also because VS at 64, into OS at 64 shall be all x64 and not like now, where only some operation become available.Achille
-
How is Core2Duo speeding up compile-time?In effect your 2GB RAM is very good, but for compilation you could try to search if you RAM is really all available(or how much remain): verify it. Your CPU is hyper-threading this could help you for compile time. I've a other dual-core, model D830 and with example-app in C++, with several files(but not up 500, like your) and in effect respect previous Opteron 142, i've seen that speed is more fast. Find other variables like: 1) Memory type(DDR2 is more fast) and dual-channel configuration 2) CPU clock 3) Cache first and second level 4) Chipset If you've always this application type, with up 500 files, you can try to, not only dual-core, but dual-processor mb and 4GB RAM. Verify last processors and benchmark. Achille
-
How to burn 1GB file to a cd'sIs same thing; if you've a simple floppy dos, you can split it with batch and try to install image. Into question is not very clear; is not environment,if virtual machine or simple machine, if can boot with other peripherals(flash memory, ecc.), if is into network. After is missing all this responses, i can send only previous information Achille P.S.Is first time that i reply into this forum
-
How to burn 1GB file to a cd'sHi, you can try with split programs; in this case you can find more programs for solve your problem.I, after same experiences, tried "split144", and find it very good. This is because this program is same dos compact file and not search any dll to install. Result is only a batch and your file segmented. Achille