Skip to content

Commit 0a86aaf

Browse files
committed
autoformat
1 parent c30ccb7 commit 0a86aaf

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/FAQ.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ Common Errors
9898
This warning happens with Pydantic 2.6.0. Upgrading to the latest version
9999
(2.6.1+) should remove the warning.
100100

101-
102101
HPC Errors and Questions
103102
------------------------
104103

docs/platforms/improv.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Improv
55
Improv_ is an LCRC production cluster at Argonne National Laboratory with 825
66
dual-socket compute nodes with AMD 7713 64-core processors.
77

8-
98
Installing libEnsemble and Dependencies
109
---------------------------------------
1110

@@ -66,8 +65,7 @@ You can install mpi4py as usual having installed the openmpi module::
6665

6766
pip install mpi4py
6867

69-
Note if using ``mpi4py`` comms with openMPI, you may need to set ``export OMPI_MCA_coll_hcoll_enable=0``
68+
Note if using ``mpi4py`` comms with openmpi, you may need to set ``export OMPI_MCA_coll_hcoll_enable=0``
7069
to prevent HCOLL warnings.
7170

72-
7371
.. _Improv: https://www.lcrc.anl.gov/for-users/using-lcrc/running-jobs/running-jobs-on-improv/

examples/libE_submission_scripts/edtb_submit_pbspro_central.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ conda activate $CONDA_ENV_NAME
3131

3232
cd $PBS_O_WORKDIR
3333

34-
# openMPI on edtb
34+
# openmpi on edtb
3535
export LD_LIBRARY_PATH=/lus/theta-fs0/software/edtb/openmpi/4.1.1/lib:$LD_LIBRARY_PATH
3636
export PATH=/lus/theta-fs0/software/edtb/openmpi/4.1.1/bin:$PATH
3737

0 commit comments

Comments
 (0)