Added qe/6.3 Quantum Espresso
This commit is contained in:
1
MPI/qe/6/variants
Normal file
1
MPI/qe/6/variants
Normal file
@@ -0,0 +1 @@
|
||||
qe/6.3 unstable gcc/8.2.0 openmpi/3.1.1 b:cmake/3.9.6
|
||||
20
MPI/qe/build
Executable file
20
MPI/qe/build
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::set_download_url "https://github.com/QEF/q-e/archive/$P-$V.tar.gz"
|
||||
echo "https://github.com/QEF/q-e/archive/$P-$V.tar.gz"
|
||||
|
||||
pbuild::add_to_group 'MPI'
|
||||
|
||||
pbuild::install_docfiles License README.md CONTRIBUTING.md
|
||||
|
||||
pbuild::compile_in_sourcetree
|
||||
|
||||
|
||||
pbuild::configure() {
|
||||
./configure -enable-openmp
|
||||
}
|
||||
|
||||
pbuild::compile() {
|
||||
make all
|
||||
}
|
||||
|
||||
9
MPI/qe/modulefile
Normal file
9
MPI/qe/modulefile
Normal file
@@ -0,0 +1,9 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials."
|
||||
module-url "https://www.quantum-espresso.org"
|
||||
module-license "See PREFIX/share/doc/COPYING"
|
||||
module-maintainer "Marc Caubet <marc.caubet@psi.ch>"
|
||||
module-help "
|
||||
QUANTUM ESPRESSOR is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.
|
||||
"
|
||||
Reference in New Issue
Block a user