<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/ku240/">
    <title>ku240 @ ウィキ</title>
    <link>http://w.atwiki.jp/ku240/</link>
    <atom:link href="https://w.atwiki.jp/ku240/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>ku240 @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2012-06-13T23:48:49+09:00</dc:date>
    <utime>1339598929</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ku240/pages/7.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/16.html">
    <title>Eclipse</title>
    <link>https://w.atwiki.jp/ku240/pages/16.html</link>
    <description>
      *一言
のんびり，のんびり，ね．

*EclipseでQualnetを使えるようにする
以下より転載．
http://www.scalable-networks.com/boards/viewtopic.php?f=48&amp;t=5346
おいおい，翻訳や追加説明，注意書きを加える予定．

How to debug QualNet? using Eclipse CDT in Ubuntu Linux

Hello all,

I have searched the forums for some linux equivalent to compiling QualNet? under Visual Studio in Windows and have found no such information. Therefore I have come up with a small tutorial for those interested in using Eclipse IDE forC/C++ Developers as a visual environment for compiling QualNet? under Linux.

This has been tested under Ubuntu 8.04 with gcc version 4.2.4 and Eclipse platform version 3.6.0:

1. Compiling QualNet? in Eclipse

This assumes g++, gcc and eclipse properly installed and working. For installing Eclipse visit http://www.eclipse.org.

1.1. Configuring Eclipse CDT

1. Using a text editor, create a file named Makefile in the $QUALNET_HOME directory. This file contains commands to redirect to a makefile in $QUALNET_HOME/main. (The indentations in the following file are tabs, not spaces.)

• Makefile should contain the following lines:

all: cd main; make -f Makefile-linux-glibc-glibcver-gcc-gccver

clean: cd main; make clean -f Makefile-linux-glibc-glibcver-gcc-gccver

where glibcver and gccver are the glibc and gcc version of your Linux distribution (see Section 2.3 of the QualNet? 5.0.2 Programmers’ Guide about Compiling QualNet? in Linux)

2. Open Eclipse

3. If prompt pops up asking you to choose workspace you can choose whatever workspace desired

4. Select File &gt; New &gt; Project &gt; C/C++ &gt; C++ Project. Then click Next

5. Uncheck Use Default Location then enter the following information: • Project Name: qualnet • Location: /home/username/snt/qualnet/5.0 (if installed elsewhere then change accordingly) • Project Type: Makefile Project &gt; Empty Project • Toolchains: Linux GCC

6. Click Finish

1.2. Compiling QualNet? from Eclipse CDT

Once Eclipse CDT has been configured, it can be used as follows:

• To build QualNet?: select Project &gt; Build Project • To clean the object files and rebuild QualNet?: select Project &gt; Clean..., then select Clean projects selected below and check qualnet. Then check Start a build immediately and select Build only the selected projects. Finaly press OK • To clean the object files: select Project &gt; Clean..., then select Clean projects selected below and check qualnet. Make sure Start a build immediately is unchecked and press OK

2. Debugging QualNet? with Eclipse

The CDT&#039;s extensibility allows you to connect its graphical debugging capabilities to your custom debugger, in this case gdb. To run the debugger on UNIX systems, QualNet? must be compiled with the debug option. See Section 2.7.2 of the QualNet? 5.0.2 Programmers’ Guide about debugging QualNet? in Linux

1. Go to Run &gt; Debug Configurations

2. Right click on C/C++ Applications, and then choose New. This should create a new debug configuration with the name qualnet Default. 3. In the Main tab type the following settings: • C/C++ Application: bin/qualnet • Project: qualnet

4. In the Arguments tab type the following:

• Program arguments: the name of the .config file of the scenario to debug • Working directory: the name of the directory the scenario to debug is located in (uncheck Use default) 5. In the Debugger tab the following should already exist:

• GDB debugger: gdb • GDB command file: .gdbinit

Make sure Stop at startup at main is unchecked

6. Now you can set the breakpoints as desired and debug by choosing Debug from the Run menu

Attached you will find a pdf file with the tutorial which includes pictures.

I am sure this can work on other distributions too. Hope this helps anyone interested.

＋追記：デバッグの設定をするときにEnviromentにQUALNET_HOMEを追加しないといけません．お忘れなく
＋追記：うろ覚えですが，makeファイルの最適化オプションに注意．最適化をなしにしないとデバッグ時に見れないパラメータがある．    </description>
    <dc:date>2012-06-13T23:48:49+09:00</dc:date>
    <utime>1339598929</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/15.html">
    <title>Qualnet</title>
    <link>https://w.atwiki.jp/ku240/pages/15.html</link>
    <description>
      **一言
のんびり更新していく予定．

**gcc,g++のバージョン (12/04/14)
 バージョンによっては，警告がですぎてコンパイルできない．
 (Qualnetのバージョンにもよる？)
 gcc 4.1以前ならできるので，ダウングレードされたし．

**知ってると幸せになれるLinuxコマンド
***paste
 二つのファイルを行ごとに結合する．
 paste file1 file2 &gt; file3 
 でバッチリ．
 -d, でカンマ区切りにできる．
 -s　でファイルの中身を1行にまとめて，列で結合する．    </description>
    <dc:date>2012-04-15T00:05:07+09:00</dc:date>
    <utime>1334415907</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/ku240/pages/2.html</link>
    <description>
      **メニュー
-[[トップページ]]
-[[Qualnet]]
-[[Eclipse]]

----

**リンク
//-[[自分のサイト&gt;&gt;http://cube.kuee.kyoto-u.ac.jp/~nishio/]]
//-[[高橋研究室&gt;&gt;http://cube.kuee.kyoto-u.ac.jp/]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


//**更新履歴
//#recent(20)

&amp;link_editmenu(text=ここを編集)    </description>
    <dc:date>2012-04-14T23:58:45+09:00</dc:date>
    <utime>1334415525</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/14.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/ku240/pages/14.html</link>
    <description>
      備忘録として使って行きたいと思います．
コンテンツとしては，
・Eclipse
・Qualnet
・EXata
・Linux(Ubuntu)あれこれ
・C++, Javaのあれこれ
になる予定．    </description>
    <dc:date>2012-04-14T23:49:10+09:00</dc:date>
    <utime>1334414950</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/13.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/ku240/pages/13.html</link>
    <description>
      * 人気商品一覧
@wikiのwikiモードでは
 #price_list(カテゴリ名)
と入力することで、あるカテゴリの売れ筋商品のリストを表示することができます。

カテゴリには以下のキーワードがご利用できます。
|キーワード|表示される内容|
|ps3|PlayStation3|
|ps2|PlayStation3|
|psp|PSP|
|wii|Wii|
|xbox|XBOX|
|nds|Nintendo DS|
|desctop-pc|デスクトップパソコン|
|note-pc|ノートパソコン|
|mp3player|デジタルオーディオプレイヤー|
|kaden|家電|
|aircon|エアコン|
|camera|カメラ|
|game-toy|ゲーム・おもちゃ全般|
|all|指定無し|

空白の場合はランダムな商品が表示されます。

※このプラグインは[[価格比較サイト@PRICE&gt;&gt;http://atprice.jp]]のデータを利用しています。

-----

たとえば、
 #price_list(game-toy)
と入力すると以下のように表示されます。

ゲーム・おもちゃ全般の売れ筋商品
#price_list(game-toy)

ノートパソコンの売れ筋商品
#price_list(game-toy)

人気商品リスト
#price_list()
    </description>
    <dc:date>2012-04-14T23:37:36+09:00</dc:date>
    <utime>1334414256</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/12.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/ku240/pages/12.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2012-04-14T23:37:36+09:00</dc:date>
    <utime>1334414256</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/11.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/ku240/pages/11.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2012-04-14T23:37:36+09:00</dc:date>
    <utime>1334414256</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/10.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/ku240/pages/10.html</link>
    <description>
          </description>
    <dc:date>2012-04-14T23:37:36+09:00</dc:date>
    <utime>1334414256</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/9.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/ku240/pages/9.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2012-04-14T23:37:36+09:00</dc:date>
    <utime>1334414256</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ku240/pages/7.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/ku240/pages/7.html</link>
    <description>
      * アーカイブ
@wikiのwikiモードでは
 #archive_log()
と入力することで、特定のウェブページを保存しておくことができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/25_171_ja.html


-----


たとえば、#archive_log()と入力すると以下のように表示されます。
保存したいURLとサイト名を入力して&quot;アーカイブログ&quot;をクリックしてみよう


#archive_log()
    </description>
    <dc:date>2012-04-14T23:37:36+09:00</dc:date>
    <utime>1334414256</utime>
  </item>
  </rdf:RDF>
