================= Aurora (ALCF/ANL) ================= **ACCESS IS CURRENTLY ENABLED FOR ESP and ECP TEAMS ONLY** Platform user guide =================== https://docs.alcf.anl.gov/aurora/getting-started-on-aurora/ General description =================== * Resource manager - ``PBSPRO`` * Launch methods (per platform ID) * ``anl.aurora`` - ``MPIEXEC`` * Configuration per node (10,624 nodes in total) * 2 CPUs with 52 cores each, 2 threads per core (``SMT=2``) * 6 GPUs (Intel Data Center Max 1550 Series) * 512 GB of memory per CPU .. note:: RADICAL-Pilot provides a possibility to manage the ``-l`` option (resource selection qualifier) for ``PBSPRO`` and sets the default values in a corresponding configuration file. For the cases, when it is needed to have a different setup, please, follow these steps: .. code-block:: bash mkdir -p ~/.radical/pilot/configs cat > ~/.radical/pilot/configs/resource_anl.json < ~/.radical/pilot/configs/resource_anl.json < Execute launching script as ``./rp_launcher.sh`` or run it in the background: .. code-block:: bash nohup ./rp_launcher.sh > OUTPUT 2>&1 `_.