============= Lassen (LLNL) ============= Platform user guide =================== https://hpc.llnl.gov/documentation/tutorials/using-lc-s-sierra-systems General description =================== * Resource manager - ``LSF`` * Launch methods (per platform ID) * ``llnl.lassen`` - ``JSRUN`` * Configuration per node (788 nodes in total) * 44 CPU cores (Power9), each core has 4 hardware-threads (``SMT=4``) * 4 cores are blocked for users (reserved for system processes) * 4 GPUs (NVIDIA Tesla V100) * 256 GB of memory .. note:: Changing the number of hardware-threads per core available for an application could be done either with ``export RADICAL_SMT=1`` (before running the application) or by following the steps below: .. code-block:: bash mkdir -p ~/.radical/pilot/configs cat > ~/.radical/pilot/configs/resource_llnl.json < ~/.radical/pilot/configs/resource_llnl.json < Execute launching script as ``./rp_launcher.sh`` or run it in the background: .. code-block:: bash nohup ./rp_launcher.sh > OUTPUT 2>&1 `_.