Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
subarutaro committed Aug 21, 2020
1 parent 2de03e8 commit 301f3cc
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.1b
# PIKG ver 0.1c
本プロジェクトは,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 @@ -1395,7 +1395,7 @@ def convert_to_code(conversion_type,h=$varhash)
warn "class file: #{$epi_file}"
end
when "--version"
warn "pikg version 0.1b"
warn "pikg version 0.1c"
abort
when "--help"
help_message = "available options:\n"
Expand Down

0 comments on commit 301f3cc

Please sign in to comment.