Skip to content
Takeshi Uchitane edited this page Apr 17, 2014 · 2 revisions

基本的な使い方(2014/04/17)

  • 既存モジュールのbuild
./bin/OACIS_module_installer.rb make -f /path/to/your_module.rb
  • 既存モジュールのinstall
./bin/OACIS_module_installer.rb make_install -f /path/to/your_module.rb
  • 備考
    • 標準入力から読み込むので下記のようなテキストファイルを用意して読み込ませることができる。
#name of simulator
ToyProblem01
#name of analyzer
-1
#num of runs on each PS
1
#name of module on OACIS
SampleModule
#Managed parameter
0,1
#range of parameter0 (min, max[, span])
-10.0,10.0.0.1
#range of parameter1 (min, max[, span])
-10.0,10.0.0.1
Clone this wiki locally