Skip to content

Commit

Permalink
Merge pull request #350 from merzlab/master
Browse files Browse the repository at this point in the history
Master merge
  • Loading branch information
akhilshajan committed Mar 20, 2024
2 parents d202745 + 2257ba8 commit 9109dc4
Show file tree
Hide file tree
Showing 280 changed files with 459,012 additions and 48,208 deletions.
2 changes: 1 addition & 1 deletion CMake-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ These options allow you do adjust this behavior.
By default QUICK will only build the serial version. This can be changed with these options:
- `-DMPI=TRUE`: Also build MPI versions of all programs.
- `-DCUDA=TRUE`: Also build CUDA versions of all programs. If both MPI and CUDA are active at the same time, CUDA MPI versions will additionally be built.
- `-DQUICK_USER_ARCH=<kepler|maxwell|pascal|volta|turing|ampere>`: Build CUDA code only for the given architecture. If not provided, quick will compile for all supported architectures in your CUDA version.
- `-DQUICK_USER_ARCH=<kepler|maxwell|pascal|volta|turing|ampere|adalovelace>`: Build CUDA code only for the given architecture. If not provided, quick will compile for all supported architectures in your CUDA version.
- `-DQUICK_VERBOSE_PTXAS=TRUE`: Pass -v flag to ptxas to dump details about compiled functions in CUDA code.
2 changes: 1 addition & 1 deletion basis/6-311G2DF2PD.BAS
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
! Role: orbital
! Version: 0 (Data from the Original Basis Set Exchange)
!----------------------------------------------------------------------
! Available elements: H Li Be B C N O F Ne K Ca
! Available elements: H He Li Be B C N O F Ne K Ca
!----------------------------------------------------------------------


Expand Down
Loading

0 comments on commit 9109dc4

Please sign in to comment.