-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add workshop and update README.md * restructuring index.rst * start to restructure input parameters * some corrections * Apply suggestions from code review --------- Co-authored-by: Maxence Thévenet <[email protected]>
- Loading branch information
1 parent
6ece70d
commit ed383dc
Showing
6 changed files
with
316 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _acknowledge_hipace: | ||
|
||
Acknowledge HiPACE++ | ||
==================== | ||
|
||
Please acknowledge the role that HiPACE++ played in your research by citing the main HiPACE++ reference in your publication: | ||
|
||
- S. Diederichs, C. Benedetti, A. Huebl, R. Lehe, A. Myers, A. Sinn, J.-L. Vay, W. Zhang, M. Thévenet, | ||
**HiPACE++: A portable, 3D quasi-static particle-in-cell code**. | ||
*Computer Physics Communications*. ISSN 0010-4655, | ||
Volume 278, 108421, 2022 | ||
`DOI:10.1016/j.cpc.2022.108421 <https://doi.org/10.1016/j.cpc.2022.108421>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
.. _install-hpc: | ||
|
||
HPC platforms | ||
============= | ||
|
||
Specific installation instructions for a set of supercomputers can be found below. | ||
Follow the guide here instead of the generic installation routines for optimal stability and best performance. | ||
|
||
|
||
.. _install-hpc-profile: | ||
|
||
hipace.profile | ||
-------------- | ||
|
||
Use a ``hipace.profile`` file to set up your software environment without colliding with other software. | ||
Ideally, store that file directly in your ``$HOME/`` and source it after connecting to the machine: | ||
|
||
.. code-block:: bash | ||
source $HOME/hipace.profile | ||
We list example ``hipace.profile`` files below, which can be used to set up HiPACE++ on various HPC systems. | ||
|
||
|
||
.. _install-hpc-machines: | ||
|
||
HPC Machines | ||
------------ | ||
|
||
This section documents quick-start guides for a selection of supercomputers that HiPACE++ users are active on. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
platforms/booster_jsc | ||
platforms/lumi_csc | ||
platforms/maxwell_desy | ||
platforms/perlmutter_nersc | ||
platforms/spock_olcf | ||
|
||
.. tip:: | ||
|
||
Your HPC system is not in the list? | ||
`Open an issue <https://github.com/Hi-PACE/hipace/issues>`__ and we can document it together! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.