Skip to content

Commit 9266aa7

Browse files
authored
Doc: BLAST-WarpX/warpx Links (BLAST-WarpX#5757)
Replace links from ECP-WarpX to BLAST-WarpX. Note that the new repo name will be lowercase, as is common and sensible (for the git dir it creates locally for developers).
1 parent 8f6b9f1 commit 9266aa7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+111
-111
lines changed

.azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
python3 -m pip cache purge
117117
# external repositories required for test analysis
118118
cd ..
119-
git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git
119+
git clone --depth 1 https://github.com/BLAST-WarpX/warpx-data.git
120120
# TODO select only specific datasets?
121121
git clone --depth 1 https://github.com/openPMD/openPMD-example-datasets.git
122122
cd -

.github/ISSUE_TEMPLATE/blank_issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ labels: [question]
66

77
Are you here because you have something to report that is neither a bug, a new feature, nor an installation problem?
88

9-
Before opening this issue, consider opening a [discussion](https://github.com/ECP-WarpX/WarpX/discussions) instead!
9+
Before opening this issue, consider opening a [discussion](https://github.com/BLAST-WarpX/warpx/discussions) instead!
1010

1111
Issues are used to report bugs, installation problems or to request new features.
1212
Discussions are used to ask more open-ended questions, brainstorm, ask our feedback, etc.
1313

14-
You can find more details on how to use issues and discussions [here](https://github.com/ECP-WarpX/WarpX/blob/development/CONTRIBUTING.rst).
14+
You can find more details on how to use issues and discussions [here](https://github.com/BLAST-WarpX/warpx/blob/development/CONTRIBUTING.rst).

.github/workflows/clang_sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
mpirun -n 2 ./build/bin/warpx.2d Examples/Physics_applications/laser_acceleration/inputs_base_2d warpx.serialize_initial_conditions = 0
153153
mpirun -n 2 ./build/bin/warpx.3d Examples/Physics_applications/laser_acceleration/inputs_base_3d warpx.serialize_initial_conditions = 0
154154
155-
git clone https://github.com/ECP-WarpX/warpx-data ../warpx-data
155+
git clone https://github.com/BLAST-WarpX/warpx-data ../warpx-data
156156
cd Examples/Tests/embedded_circle
157157
158158
ulimit -c unlimited

.github/workflows/dependencies/dpcpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo apt-get update
2626

2727
df -h
2828
# Install and reduce disk space
29-
# https://github.com/ECP-WarpX/WarpX/pull/1566#issuecomment-790934878
29+
# https://github.com/BLAST-WarpX/warpx/pull/1566#issuecomment-790934878
3030

3131
# try apt install up to five times, to avoid connection splits
3232
# FIXME install latest version of IntelLLVM, Intel MKL

.github/workflows/intel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-20.04
8383
# Since 2021.4.0, AMReX_GpuUtility.H: error: comparison with NaN always evaluates to false in fast floating point modes
8484
# oneAPI 2022.2.0 hangs for -O2 and higher:
85-
# https://github.com/ECP-WarpX/WarpX/issues/3442
85+
# https://github.com/BLAST-WarpX/warpx/issues/3442
8686
env:
8787
CXXFLAGS: "-Werror -Wno-error=pass-failed -Wno-tautological-constant-compare"
8888
# For oneAPI, Ninja is slower than the default:
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-20.04
148148
# Since 2021.4.0, AMReX_GpuUtility.H: error: comparison with NaN always evaluates to false in fast floating point modes
149149
# oneAPI 2022.2.0 hangs for -O2 and higher:
150-
# https://github.com/ECP-WarpX/WarpX/issues/3442
150+
# https://github.com/BLAST-WarpX/warpx/issues/3442
151151
env:
152152
CXXFLAGS: "-Werror -Wno-tautological-constant-compare"
153153
# For oneAPI, Ninja is slower than the default:

CONTRIBUTING.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ What to do when
1919
Issues
2020
""""""
2121

22-
`Issues <https://github.com/ECP-WarpX/WarpX/issues>`__ are used to track tasks that the contributors and/or maintainers can work on.
22+
`Issues <https://github.com/BLAST-WarpX/warpx/issues>`__ are used to track tasks that the contributors and/or maintainers can work on.
2323
Use issues for reporting bugs or installation problems and for requesting new features.
2424

25-
If you've found a bug and wish to report it, first search the open issues and `pull requests <https://github.com/ECP-WarpX/WarpX/pulls>`__ to see if someone else has already reported the same thing.
25+
If you've found a bug and wish to report it, first search the open issues and `pull requests <https://github.com/BLAST-WarpX/warpx/pulls>`__ to see if someone else has already reported the same thing.
2626
If it's something new, open an issue using a template.
2727
We'll use the issue to address the problem you've encountered.
2828

2929
Discussions
3030
"""""""""""
3131

32-
`Discussions <https://github.com/ECP-WarpX/WarpX/discussions>`__ are for open-ended conversations, general questions, brainstorming ideas.
32+
`Discussions <https://github.com/BLAST-WarpX/warpx/discussions>`__ are for open-ended conversations, general questions, brainstorming ideas.
3333
Please, use discussions if you want to ask us something that is not technically a bug or a feature.
3434
Feel free to ping us there!
3535

3636
Pull Requests (PRs)
3737
"""""""""""""""""""
3838

39-
Open a `pull request <https://github.com/ECP-WarpX/WarpX/pulls>`__ if you want to add a new feature yourself.
39+
Open a `pull request <https://github.com/BLAST-WarpX/warpx/pulls>`__ if you want to add a new feature yourself.
4040
Follow the guide below for more details.
4141

4242

@@ -58,7 +58,7 @@ First, let's setup your Git environment and GitHub account.
5858
Make your own fork
5959
^^^^^^^^^^^^^^^^^^
6060

61-
First, fork the WarpX `"mainline" repo on GitHub <https://github.com/ECP-WarpX/WarpX>`__ by pressing the *Fork* button on the top right of the page.
61+
First, fork the WarpX `"mainline" repo on GitHub <https://github.com/BLAST-WarpX/warpx>`__ by pressing the *Fork* button on the top right of the page.
6262
A fork is a copy of WarpX on GitHub, which is under your full control.
6363

6464
Then, we create local copies, for development:
@@ -67,7 +67,7 @@ Then, we create local copies, for development:
6767
6868
# Clone the mainline WarpX source code to your local computer.
6969
# You cannot write to this repository, but you can read from it.
70-
git clone [email protected]:ECP-WarpX/WarpX.git
70+
git clone [email protected]:BLAST-WarpX/warpx.git
7171
cd WarpX
7272
7373
# rename what we just cloned: call it "mainline"

Docs/Doxygen/main.dox

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
It supports many features including Perfectly-Matched Layers (PML),
1818
mesh refinement, and the boosted-frame technique.
1919
WarpX is freely available on Github at
20-
<a href="https://github.com/ECP-WarpX/WarpX">ECP-WarpX/WarpX</a>
20+
<a href="https://github.com/BLAST-WarpX/warpx">BLAST-WarpX/warpx</a>
2121

2222
WarpX is developed at LBNL in DOE's Exascale Computing Project and
2323
receives essential contributions from many collaborators, especially
@@ -36,7 +36,7 @@
3636
\subsection development_of_warpx Development
3737

3838
All of WarpX' development is done in the GitHub repository under the
39-
<a href="https://github.com/ECP-WarpX/WarpX/tree/development">
39+
<a href="https://github.com/BLAST-WarpX/warpx/tree/development">
4040
development branch</a>; anyone can see the latest updates. A monthly release is
4141
tagged at the beginning of each month.
4242

@@ -48,13 +48,13 @@
4848
Any level of changes are welcome: documentation, bug fixes,
4949
new test problems, new solvers, etc.
5050
For more complex projects, consider opening an
51-
<a href="https://github.com/ECP-WarpX/WarpX/issues">issue</a>
51+
<a href="https://github.com/BLAST-WarpX/warpx/issues">issue</a>
5252
first to coordinate development and gather feedback.
5353

5454
To obtain help, simply post a
55-
<a href="https://github.com/ECP-WarpX/WarpX/discussions">discussion</a>
55+
<a href="https://github.com/BLAST-WarpX/warpx/discussions">discussion</a>
5656
or an
57-
<a href="https://github.com/ECP-WarpX/WarpX/issues">issue</a>
57+
<a href="https://github.com/BLAST-WarpX/warpx/issues">issue</a>
5858
on the WarpX GitHub page.
5959

6060
*/

Docs/source/acknowledge_us.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Please add the following sentence to your publications, it helps contributors ke
2323

2424
**Plain text:**
2525

26-
This research used the open-source particle-in-cell code WarpX https://github.com/ECP-WarpX/WarpX. Primary WarpX contributors are with LBNL, LLNL, CEA-LIDYL, SLAC, DESY, CERN, Helion Energy, and TAE Technologies. We acknowledge all WarpX contributors.
26+
This research used the open-source particle-in-cell code WarpX https://github.com/BLAST-WarpX/warpx. Primary WarpX contributors are with LBNL, LLNL, CEA-LIDYL, SLAC, DESY, CERN, Helion Energy, and TAE Technologies. We acknowledge all WarpX contributors.
2727

2828
**LaTeX:**
2929

3030
.. code-block:: latex
3131

3232
\usepackage{hyperref}
33-
This research used the open-source particle-in-cell code WarpX \url{https://github.com/ECP-WarpX/WarpX}.
33+
This research used the open-source particle-in-cell code WarpX \url{https://github.com/BLAST-WarpX/warpx}.
3434
Primary WarpX contributors are with LBNL, LLNL, CEA-LIDYL, SLAC, DESY, CERN, Helion Energy, and TAE Technologies.
3535
We acknowledge all WarpX contributors.
3636

Docs/source/dataanalysis/paraview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For openPMD output, WarpX automatically creates an ``.pmd`` file per diagnostics
3636

3737
.. warning::
3838

39-
`WarpX issue 21162 <https://github.com/ECP-WarpX/WarpX/issues/1803>`__:
39+
`WarpX issue 21162 <https://github.com/BLAST-WarpX/warpx/issues/1803>`__:
4040
We currently load WarpX field data with a rotation.
4141
Please apply rotation of ``0 -90 0`` to mesh data.
4242

Docs/source/dataanalysis/sensei.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ First, log into cori and clone the git repo's.
250250
cd $SCRATCH
251251
mkdir warpx
252252
cd warpx/
253-
git clone https://github.com/ECP-WarpX/WarpX.git WarpX-libsim
253+
git clone https://github.com/BLAST-WarpX/warpx.git WarpX-libsim
254254
git clone https://github.com/AMReX-Codes/amrex
255255
git clone https://github.com/ECP-WarpX/picsar.git
256256
cd WarpX-libsim
@@ -301,7 +301,7 @@ First, log into cori and clone the git repo's.
301301
cd $SCRATCH
302302
mkdir warpx
303303
cd warpx/
304-
git clone https://github.com/ECP-WarpX/WarpX.git WarpX-catalyst
304+
git clone https://github.com/BLAST-WarpX/warpx.git WarpX-catalyst
305305
git clone --branch development https://github.com/AMReX-Codes/amrex
306306
git clone https://github.com/ECP-WarpX/picsar.git
307307
cd WarpX-catalyst

0 commit comments

Comments
 (0)