mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/ANSYS/ANSYS-2023R2-intel-2022.12-alamerini.eb new file: c/cuTENSOR/cuTENSOR-2.0.0.7-CUDA-12.2.0.eb new file: n/NWChem/NWChem-7.2.2-intel-2020a-Python-3.8.2-karolina.eb new file: n/NWChem/NWChem-7.2.2-intel-2022a.eb new file: o/OpenMPI/OpenMPI-4.1.4-GCC-10.2.0-CUDA-11.7.0.eb new file: o/openPMD-api/openPMD-api-0.15.2-gompi-2020b.eb new file: p/pkgconf/pkgconf-1.8.0-GCCcore-10.2.0.eb new file: p/pkgconfig/pkgconf-1.8.0-GCCcore-10.2.0.eb new file: s/Smilei/Smilei-5.0-intel-2020b-CUDA-12.2.0.eb new file: s/Smilei/Smilei-5.0-intel-2020b.eb new file: u/UCC/UCC-1.1.0-GCCcore-10.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.12.1-GCCcore-10.2.0-CUDA-11.7.0.eb new file: u/UCX/UCX-1.12.1-GCCcore-10.2.0.eb
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = 'Smilei'
|
|
version = '5.0'
|
|
|
|
homepage = 'https://github.com/SmileiPIC/Smilei'
|
|
description = "Smilei is an open-source, user-friendly electromagnetic particle-in-cell code for the kinetic simulation of plasmas. Co-developed by physicists and computer scientists, it is designed for high-performance on the most recent supercomputing architectures. Smilei is applied to a wide range of applications, from laser-plasma interaction, to accelerator physics, space physics and astrophysics. It is also used at the bachelor and master levels as a teaching platform for plasma physics."
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
|
|
source_urls = ["https://github.com/SmileiPIC/Smilei/archive/refs/tags/"]
|
|
sources = ["v%(version)s.tar.gz"]
|
|
checksums = ['9d92603d31f21d191f61487ec452fcf83d898150bfc10341f1cae241e5eb7826']
|
|
|
|
dependencies = [
|
|
('HDF5', '1.10.7'),
|
|
('Python', '3.8.6'),
|
|
]
|
|
|
|
files_to_copy = [(['smilei', 'smilei_test'], 'bin'), "src"]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/smilei',
|
|
'bin/smilei_test'
|
|
],
|
|
'dirs': [
|
|
'bin',
|
|
'src'
|
|
],
|
|
}
|
|
|
|
moduleclass = 'phys'
|