Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
buildblocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pmodules
buildblocks
Commits
18beaf08
Commit
18beaf08
authored
Nov 16, 2020
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MITHRA: new build-block added
parent
6ae4757a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
0 deletions
+45
-0
MPI/MITHRA/build
MPI/MITHRA/build
+32
-0
MPI/MITHRA/files/variants.rhel6
MPI/MITHRA/files/variants.rhel6
+2
-0
MPI/MITHRA/files/variants.slurm
MPI/MITHRA/files/variants.slurm
+2
-0
MPI/MITHRA/modulefile
MPI/MITHRA/modulefile
+9
-0
No files found.
MPI/MITHRA/build
0 → 100755
View file @
18beaf08
#!/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:
MPI/MITHRA/files/variants.rhel6
0 → 100644
View file @
18beaf08
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
MPI/MITHRA/files/variants.slurm
0 → 100644
View file @
18beaf08
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
MPI/MITHRA/modulefile
0 → 100644
View file @
18beaf08
#%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.
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment