Files
mckernel/test/qlmpi/qlmpi_testsuite
Shiratori, Takehiro 9a0eb915fb Test "QLMPI (qlmpi_testsuite)" on arm64
Change-Id: I079fda2231ffb19b41fe86436d51ce9f83436c9b
2019-03-29 07:48:05 +00:00
..
2019-02-01 15:15:00 +09:00
2019-02-01 15:15:00 +09:00
2019-02-01 15:15:00 +09:00
2018-11-29 10:33:11 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

qlmpiのテストについて
1.テスト準備
1.1 テストケースファイル
  mckernel/test/qlmpi/qlmpi_testsuite/test_cases/*.txt
		MASTER			マスターードのマシン名もしくはIPアドレス
		SLAVE			スレーブードのマシン名もしくはIPアドレス
1.2 ホストファイル
	以下のホストファイルを環境に合わせて修正します。
	mckernel/test/qlmpi/qlmpi_testsuite/hostfile*
	
1.2 テストプログラムのコンパイル
	以下のファイルの内容を見て、適宜修正します。修正後makeします。
  mckernel/test/qlmpi/qlmpi_testsuite/Makefile
		
1.3 configファイル
	user_space/swapout/config
		MCMOD_DIR		mckernelのディレクトリ
		START			ql_mpiexec_startのパスqlmpiテスト用
		FINALIZE		ql_mpiexec_finalizeのパスqlmpiテスト用
		USR_PRG_A		qlmpiテスト用プログラムのパス
		USR_PRG_B		qlmpiテスト用プログラムのパス
		USR_PRG_C		qlmpiテスト用プログラムのパス
		USR_PRG_IRREG	qlmpiテスト用プログラムのパス

2.テスト
	以下のファイルを実行します。
  mckernel/test/qlmpi/qlmpi_testsuite/go_ql_test.sh
	
	実行結果は以下のディレクトリに格納されます。
	mckernel/test/qlmpi/qlmpi_testsuite/result

以上