We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
バグについての説明を簡潔かつ明確に記述してください
# ビルド1回目 ~/test/dirac_caspt2 (main) $ ./setup --mpi --build -j &> /dev/null && echo $? 0 # バージョン確認 ~/test/dirac_caspt2 (main) $ ./bin/dcaspt2 -v dirac-caspt2 version (commit hash): 27a6a65433dc2af8ffd582d93091ebdfd3b72194 # gitコマンドで最新コミットを確認、./bin/dcaspt2 -vと一致 ~/test/dirac_caspt2 (main) $ git log -1 commit 27a6a65433dc2af8ffd582d93091ebdfd3b72194 (HEAD -> main, origin/main, origin/HEAD) Merge: 20e68a2 edbcd88 Author: Kohei Noda <[email protected]> Date: Fri Feb 23 00:40:25 2024 +0900 Merge pull request #149 from RQC-HU/fix-error-message-patch Fix an incorrect word # 空の新しいコミットを追加 ~/test/dirac_caspt2 (main) $ git commit --allow-empty -m "empty commit" [main 63e09eb] empty commit # gitコマンドで最新コミットを確認、別のコミットハッシュに変わった ~/test/dirac_caspt2 (main) $ git log -1 commit 63e09eb0b8b9bf571c7635e2dbe0d1a2fbbf9536 (HEAD -> main) Author: Kohei Noda <[email protected]> Date: Fri Feb 23 16:38:02 2024 +0900 empty commit # 再ビルド ~/test/dirac_caspt2 (main) $ cmake --build build &> /dev/null && echo $? 0 # バージョン確認、更新されていない ~/test/dirac_caspt2 (main) $ ./bin/dcaspt2 -v dirac-caspt2 version (commit hash): 27a6a65433dc2af8ffd582d93091ebdfd3b72194 # ./setupスクリプトを使って、buildディレクトリを削除、最初からビルドをやり直す ~/test/dirac_caspt2 (main) $ ./setup --mpi --build -j &> /dev/null && echo $? 0 # バージョン確認、正しく更新された ~/test/dirac_caspt2 (main) $ ./bin/dcaspt2 -v dirac-caspt2 version (commit hash): 63e09eb0b8b9bf571c7635e2dbe0d1a2fbbf9536
バグが取れたらどのようになっているべきかを記述してください
再現性がある場合、再現するための手順を記述してください
ビルド環境を選択、記述してください
DIRACのバージョンなどの情報は以下に書いてください (例) DIRAC ver 21.1 parallel build
計算時のインプット等について記述してください
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
どういうバグ?
原因
Expected behavior
再現性
環境
(optional) inputs
(optional) Screenshots
(optional) Additional context
The text was updated successfully, but these errors were encountered: