Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
subarutaro committed Aug 18, 2020
1 parent e17432f commit a37958b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PIKG ver 0.1a
# PIKG ver 0.1b
本プロジェクトは,FDPS( https://github.com/FDPS/FDPS )およびその他の粒子系シミュレータの粒子間相互作用カーネル関数の自動ジェネレータである.
粒子間相互作用をDSLで記述し,パラメータを指定すると,任意のアーキテクチャ(Intel CPU, Fujitsu A64FX, NVIDIA GPU, PEZY-SC2, etc.)向けのカーネルを生成する.
開発チームではぱいくじーもしくはぱいくと読んでいます.
Expand Down
2 changes: 1 addition & 1 deletion src/parserdriver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def process_funcdecl(func)
$module_name = ARGV.shift
warn "module name: #{$module_name}"
when "--version"
warn "pikg version 0.1a"
warn "pikg version 0.1b"
abort
when "--help"
help_message = "available options:\n"
Expand Down

0 comments on commit a37958b

Please sign in to comment.