找回密码
 注册
查看: 3811|回复: 14

调查一下大家都使用什么开发工具?

[复制链接]
发表于 2014-2-9 16:38:59 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
我看SU2网站上说用VC++开发出来的程序可能造成不兼容,不知各位都用什么开发工具。SU2网站上推荐的开发工具是Intel C++ Compiler,Juan Alonso说他用的是Xcode。
 楼主| 发表于 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.
发表于 2014-2-22 13:27:18 | 显示全部楼层
就用vim+gcc不行吗?我就是用这些啊。
 楼主| 发表于 2014-2-23 17:06:50 | 显示全部楼层


对VIM不熟啊,过去只学过一点VC,应该可以吧。我看SU2网站上只说用VC编译的时候曾经出现过bug,所以他们建议用Intel的开发工具。
 楼主| 发表于 2014-2-23 17:13:07 | 显示全部楼层

VIM官网地址

 楼主| 发表于 2014-2-23 17:14:03 | 显示全部楼层
发表于 2014-3-27 13:33:25 | 显示全部楼层
我是在ubuntu 12.04 64位下面用自带的vim+gcc,vim安装ctags插件
发表于 2014-3-27 13:39:06 | 显示全部楼层
配合SU2的一些软件

网格前处理:Ponitwise,最方便的SU2前处理,但是是商用软件,开源软件里面没有特别合适的替代品
后处理:Paraview,开源的后处理软件,功能完全也很强大,就是没有好的教程,需要自己摸索
发表于 2014-3-27 16:22:24 | 显示全部楼层
C++的计算程序
一般在linux和windows都是intel吧
gcc 加上 code block也足够了
VC会有很多问题

[ 本帖最后由 fast 于 2014-3-27 08:24 编辑 ]
发表于 2014-4-1 06:44:10 | 显示全部楼层
原帖由 周华 于 2014-2-9 16:38 发表
我看SU2网站上说用VC++开发出来的程序可能造成不兼容,不知各位都用什么开发工具。SU2网站上推荐的开发工具是Intel C++ Compiler,Juan Alonso说他用的是Xcode。


我是用的这个win下的equation-gcc:
http://www.equation.com/servlet/equation.cmd?fa=fortran
文本编辑器用notepad++

用vc express 2010也可以成功编译运行su2。但那个su2_edu编译好后运行时有问题,可能是它的c++特性用的不对。

现在coursera上有一门北大的c++编程练习的课,挺好。

[ 本帖最后由 shirazbj 于 2014-7-18 14:01 编辑 ]
发表于 2014-7-18 13:33:32 | 显示全部楼层
Vim+makefile+gcc/intel+gdb
发表于 2015-1-21 07:07:02 | 显示全部楼层
mac osx /  gcc/ vim
发表于 2015-2-6 22:42:47 | 显示全部楼层
VIM, C++, 使用g++编译,使用Makefile文件,ctags等
发表于 2015-2-9 14:31:27 | 显示全部楼层
sublime text 3  
g++
发表于 2015-4-5 16:35:40 | 显示全部楼层
vim; g++/icc; make; ctags; gdb; putty;
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表