================ Amarel (Rutgers) ================ Platform user guide =================== https://sites.google.com/view/cluster-user-guide General description =================== * Resource manager - ``SLURM`` * Launch methods (per platform ID) * ``rutgers.amarel`` - ``SRUN`` * Configuration per node (per queue) * ``main`` queue (388 nodes) * 12-56 CPU cores * 64-256 GB of memory * ``gpu`` queue (38 nodes) * 12-52 CPU cores * 2-8 GPUs * 64-1500 GB of memory * ``mem`` queue (7 nodes) * 28-56 CPU cores * 512-1500 GB of memory * Other available queues * ``nonpre`` * jobs will not be preempted by higher-priority or owner jobs * ``graphical`` * specialized partition for jobs submitted by the OnDemand system * ``cmain`` * "main" partition for the Amarel resources located in Camden .. note:: In order to be able to access Amarel cluster, you must be connected to Rutgers Virtual Private Network (VPN) with a valid Rutgers ``netid``. .. note:: Amarel uses the ``--constraint`` option in ``SLURM`` to specify nodes features (`SLURM constraint `_). RADICAL-Pilot allows to provide such features within a corresponding configuration file. For example, if you want to select nodes with "skylake" and "oarc" features (see the list of `Available compute hardware `_), please follow the next steps: .. code-block:: bash mkdir -p ~/.radical/pilot/configs cat > ~/.radical/pilot/configs/resource_rutgers.json < Execute launching script as ``./rp_launcher.sh`` or run it in the background: .. code-block:: bash nohup ./rp_launcher.sh > OUTPUT 2>&1 `_.