|
楼主 |
发表于 2014-2-9 16:39:31
|
显示全部楼层
下面是Juan Alonso的原话
Can you share with us your favorite tools and resources that help you get your job done?
For code development, there is hardly a better environment for OS X than Xcode (https://developer.apple.com/xcode/). It makes developing C++ code so much easier!
I have to give a lot of kudos to the Python (http://www.python.org/) development team. What a simple and wonderful way to couple multiple high-fidelity solvers, even in a highly-parallel environment, with a few lines of code.
For debugging, Totalview (http://www.roguewave.com/products/totalview.aspx) is amazing. I cannot believe the amount of printf() statements that I wasted in my life before I discovered Totalview.
For visualization of results, I miss the capabilities of the IBM Data Explorer (which then became OpenDx). I enjoy using Ensight (from CEI http://www.ceisoftware.com/ensight10/) a lot these days. |
|