-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Refactor testscript #120
Merged
Merged
Refactor testscript #120
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env_setup_caspt2 function
but IntelLLVM supported by CMake ≧ 3.20.2 ref: https://cmake.org/cmake/help/latest/release/3.20.html#id3:~:text=The%20Intel%20oneAPI%20Fortran%20compiler%20is%20now%20identified%20as%20IntelLLVM.
…n-lang/setup-fortran setup-fortran workflow is now under fortran-lang organization.
Because some tests failed even if private variables in OMP directive are set correctly
kohei-noda-qcrg
added
bug
Something isn't working
enhancement
New feature or request
refactor
Code refactoring
CI (Automated testing)
Continuous Integration
labels
Dec 5, 2023
mpiifx compilers (README)
kohei-noda-qcrg
added
the
documentation
Improvements or additions to documentation
label
Dec 5, 2023
kohei-noda-qcrg
requested review from
minoria-hiroshima
and removed request for
minoria-hiroshima
December 5, 2023 09:01
module_intra.f90
c1_methane_slow, cs_methanol_slow tests failed with --omp > 1 ref: #121
3 tasks
and env_setup_ivo functions
minoria-hiroshima
approved these changes
Dec 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
CI (Automated testing)
Continuous Integration
documentation
Improvements or additions to documentation
enhancement
New feature or request
refactor
Code refactoring
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
このプルリクは何?
今までは15行程度必要だったファイルパスとテストコマンドの設定が
dirac_caspt2/test/slow/c32h_co2_slow/test_c32h_co2_slow.py
Lines 14 to 32 in f0ec726
以下のように1行で必要なパスとテストコマンドを取得できるようになりました
dirac_caspt2/test/slow/c32h_co2_slow/test_c32h_co2_slow.py
Line 12 in 0bd5fa2
※unit_testについてはより複雑なfixtureを定義しないといけないので、別のissue, pull requestにする予定です
実装の内容
(optional) 考慮事項