build-blocks:
- modulefiles added
This commit is contained in:
17
scripts/MPI/ippl/modulefile
Normal file
17
scripts/MPI/ippl/modulefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "the Independent Parallel Particle Layer"
|
||||
set url "http://amas.psi.ch/IPPL"
|
||||
set license "PSI"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
IPPL is an object-oriented framework for particle based applications in
|
||||
computational science requiring high-performance parallel computers. It
|
||||
is a library of C++ classes designed to represent common abstractions in
|
||||
these applications. IPPL is based on data-parallel programming at the
|
||||
highest abstraction layer. Codes developed on serial workstations port
|
||||
to all supported architectures, including parallel processors.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
Reference in New Issue
Block a user