Skip to content

Commit 9edcae1

Browse files
committed
cleanups
1 parent 2d8e20e commit 9edcae1

File tree

11 files changed

+7
-858
lines changed

11 files changed

+7
-858
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ TARGET_LINK_LIBRARIES(${TARGETLIB} PUBLIC ${DFTFE_MPI_LIBRARIES})
347347
#Dependencies
348348
#
349349

350-
FIND_PACKAGE(deal.II 9.1.0 REQUIRED
350+
FIND_PACKAGE(deal.II 9.5.2 REQUIRED
351351
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
352352
)
353353
IF(NOT ${deal.II_FOUND})

doc/manual/installation.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ \subsubsection{Instructions for dependencies: ALGLIB, Libxc, spglib, Libxml2, Sc
135135
$LD_LIBRARY_PATH:$ROCM_PATH/lib:$ROCM_PATH/hip/lib:$ROCM_PATH/lib:$ROCM_PATH/rocblas/lib
136136
\end{verbatim}
137137

138-
\item {\bf p4est}: This library is used by deal.II to create and distribute finite-element meshes across multiple processors. Download the v2.2 tarball of p4est from \url{https://github.com/p4est/p4est.github.io/raw/master/release/p4est-2.2.tar.gz}. Next download the \verb|p4est-setup.sh| script from \url{https://raw.githubusercontent.com/dftfeDevelopers/dftfe/manual/p4est-setup.sh}. Use the script to automatically compile and install a debug and optimized version of p4est by doing
138+
\item {\bf p4est}: This library is used by deal.II to create and distribute finite-element meshes across multiple processors. Download the latest release tarball of p4est from \url{https://www.p4est.org}. Next download the \verb|p4est-setup.sh| script from \url{https://raw.githubusercontent.com/dftfeDevelopers/dftfe/manual/p4est-setup.sh}. Use the script to automatically compile and install a debug and optimized version of p4est by doing
139139
\begin{verbatim}
140140
$ chmod u+x p4est-setup.sh
141141
$ ./p4est-setup.sh p4est-x-y-z.tar.gz p4est_install_dir_path

helpers/Crusher/setupUserCrusher.sh

-188
This file was deleted.

helpers/NERSCCoriKNL/READMENerscCori

-10
This file was deleted.

helpers/NERSCCoriKNL/p4est-setup.sh

-147
This file was deleted.

helpers/NERSCCoriKNL/sampleJobScript.slurm

-29
This file was deleted.

0 commit comments

Comments
 (0)