File tree Expand file tree Collapse file tree
examples/libE_submission_scripts Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
102101HPC Errors and Questions
103102------------------------
104103
Original file line number Diff line number Diff line change 55Improv _ is an LCRC production cluster at Argonne National Laboratory with 825
66dual-socket compute nodes with AMD 7713 64-core processors.
77
8-
98Installing 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 ``
7069to prevent HCOLL warnings.
7170
72-
7371.. _Improv : https://www.lcrc.anl.gov/for-users/using-lcrc/running-jobs/running-jobs-on-improv/
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ conda activate $CONDA_ENV_NAME
3131
3232cd $PBS_O_WORKDIR
3333
34- # openMPI on edtb
34+ # openmpi on edtb
3535export LD_LIBRARY_PATH=/lus/theta-fs0/software/edtb/openmpi/4.1.1/lib:$LD_LIBRARY_PATH
3636export PATH=/lus/theta-fs0/software/edtb/openmpi/4.1.1/bin:$PATH
3737
You can’t perform that action at this time.
0 commit comments