MITHRA: new build-block added

This commit is contained in:
2020-11-16 16:36:33 +01:00
parent 6ae4757ac3
commit 18beaf08c7
4 changed files with 45 additions and 0 deletions

32
MPI/MITHRA/build Executable file
View File

@@ -0,0 +1,32 @@
#!/usr/bin/env modbuild
case ${V_PKG} in
2020.8.27 )
commit='0bf2a64'
;;
2.0.0 )
commit='21f8119'
;;
* )
echo "Unsupported version!" 1>&2
;;
esac
pbuild::set_download_url "https://github.com/arnaualba/mithra/archive/${commit}.tar.gz"
pbuild::add_to_group 'MPI'
#pbuild::install_docfiles 'license.txt'
pbuild::install_docfiles 'README.md'
pbuild::compile_in_sourcetree
pbuild::configure() {
:
}
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

View File

@@ -0,0 +1,2 @@
MITHRA/2020.8.27 unstable gcc/8.4.0 openmpi/3.1.6
MITHRA/2.0.0 unstable gcc/8.4.0 openmpi/3.1.6

View File

@@ -0,0 +1,2 @@
MITHRA/2020.8.27_slurm unstable gcc/8.4.0 openmpi/3.1.6_slurm
MITHRA/2.0.0_slurm unstable gcc/8.4.0 openmpi/3.1.6_slurm

9
MPI/MITHRA/modulefile Normal file
View File

@@ -0,0 +1,9 @@
#%Module1.0
module-whatis "full-wave numerical solver for free-electron lasers."
module-url "https://github.com/arnaualba/mithra"
module-license "none"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
MITHRA is a full-wave numerical solver for free-electron lasers.
"