-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ideal scaling, fix typo in mlmd build instructions
- Loading branch information
Galen Shipman
committed
Sep 22, 2023
1 parent
367ba21
commit cf85c6f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ Building on Chicoma | |
cd hippynn | ||
git fetch | ||
git checkout f8ed7390beb8261c8eec75580c683f5121226b30 | ||
pip install -e --no-deps ./ | ||
pip install --no-deps -e . | ||
#Install Lammps: | ||
git clone [email protected]:bnebgen-LANL/lammps-kokkos-mliap.git | ||
|