- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi everyone,
I am trying to compile my first line of Cilk language with GCC...
I have "checkouted" the specific branch of GCC :
http://gcc.gnu.org/svn/gcc/branches/cilkplus/
And then i ran :
./configure
make
make install
And now my compiler version (gcc -v) is now : 4.7.0
(I am using Ubuntu x64)
But I don't know how to compile a simple cilk file!!
What is the command line I should use to compile a Cilk file ?
Thank you very much
MrJay42
I am trying to compile my first line of Cilk language with GCC...
I have "checkouted" the specific branch of GCC :
http://gcc.gnu.org/svn/gcc/branches/cilkplus/
And then i ran :
./configure
make
make install
And now my compiler version (gcc -v) is now : 4.7.0
(I am using Ubuntu x64)
But I don't know how to compile a simple cilk file!!
What is the command line I should use to compile a Cilk file ?
Thank you very much
MrJay42
コピーされたリンク
21 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello District9,
If you would like, you can downloadthe latestsnapshot from GCC repository (http://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/cilkplus)... I tried it and it seems to download OK.
Thanks,
Balaji V. Iyer.
P.S. If you are familiar with git, you can download the GCC sources using GIT, so that you can track all the changes that users contribute.
Thanks,
Balaji V. Iyer.
If you would like, you can downloadthe latestsnapshot from GCC repository (http://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/cilkplus)... I tried it and it seems to download OK.
Thanks,
Balaji V. Iyer.
P.S. If you are familiar with git, you can download the GCC sources using GIT, so that you can track all the changes that users contribute.
Thanks,
Balaji V. Iyer.
