2008/5/2-8 [Computer/SW/Compilers] UID:49874 Activity:low | 5/2 How do I get the L1/L2 cache size and cache line size on my machine?
Can I find this stuff out at compile time somehow?
\_ You aren't planning on running your code on any other processors?
\_ May I ask what it is you want to achieve ultimately? If you don't
know your architecture and want to find out dynamically, there are
tools that can peek/poke to give you definitive answers, plus you get
...
|
2004/11/4-5 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Misc] UID:34675 Activity:kinda low | 11/4 I'm learning Fortran 90 for work, and it's suddenly very clear why
C became so popular.
\_ so, what's a good language for numerical stuff these days?
\_ Sadly, the really isn't one. Fortran 90 is still used, C++
is used a lot as well. Niether is really good for the task.
\_ [Matlab] equivalence class if you don't care about speed :).
...
|
2004/7/7-12 [Computer/SW/Languages/Misc, Computer/SW/Languages/Python] UID:31205 Activity:high | 7/7 If you're interested in working at Lawrence Livermore National Lab,
there are quite a few openings. The first opening I heard about
today was for working on parallel file systems in Linux, a good OS
hacking job. See it at: /csua/pub/jobs/LLNL. However, there are
always a lot of jobs for scientific programmers (Familiariry with
Math, Physics, and/or biology are big pluses). There's also some sys
...
|
2004/5/13-15 [Computer/Theory] UID:30216 Activity:high | 5/12 can someone reccomend a numerical analysis text? i never took numerical
analysis as an undergrad, and i need to solve some heat transfer
equations numerically. something that is readable and also a good
reference would be great. thanks.
\_ A common one is "Burden and Faires". There is another equally
common one I have forgotten but will remember.
...
|
2004/5/11-12 [Computer/SW/Languages/OCAML, Computer/SW/Languages/Functional] UID:30169 Activity:very high | 5/11 To FP activists on the motd, if currying is such a great idea, why
it's not implemented symmetrically in say Caml? It seems more
natural to treat the arguments of a function more symmetrically.
\_ If by 'symmetric' you mean that if, for example, I have a function
f of two arguments a and b, I should be able to curry on either
a or b, then Ocaml does this using labeled arguments. Caml does
...
|
2003/9/17 [Computer/SW/Languages/C_Cplusplus] UID:10218 Activity:nil | 9/16 I manage the Engineering Department at a software company in
Southern California. We have openings for several senior level
developers. C/C++ required, MFC and Qt experience a plus. Send
resumes to rjchu@hightowersoftware.com - I'll be out of town this
week and doing call backs next week based on the resumes I get.
\_ There is no such thing as C/C++. Pick one or pick both.
...
|
|