FAQs - Frequently Asked Questions ========================================= Detailed information for FAQ topics is available here and in :ref:`policies` **Note:** IDSC ACS does not install, provide support for, or provide documentation on how to code in your preferred software. ACS documentation contains information on using software in a Linux cluster environment. Projects and Resources ---------------- Checkout the documentation on :ref:`g-projects` for more information. How do I join a project? ~~~~~~~~~~~~~~~~~~~~~~~~ Contact the project owner. See <:ref:`g-projects`> for more info. How do I request a new project? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Any PI or faculty member may request a new project : `IDSC Project Registration Form `__ When will my project be created? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When the allocations committee has reviewed and approved it. Scratch requests over 2TB can take a month for the allocations committee to review as availability is limited. How can I manage my Projects and Groups? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Contact IDSC ACS by submitting a ticket `here https://idsc.miami.edu/hpc-help`_ Software Suites ---------------- Checkout the documentation on :ref:`p-softs` & :ref:`t-softs` for more information. What software is available? ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Software Modules from the command line: ``$ module avail``. How do I view my currently loaded modules? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``$ module list`` How do I use software modules? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ See :ref:`p-modules` and :ref:`t-modules`. May I install software? ~~~~~~~~~~~~~~~~~~~~~~~ Yes! Users are free to compile and install software in their respective home directories by following the software’s source code or local installation instructions. See our :ref:`p-soft-install` guide for more information. **Note:** IDSC ACS does not install user software. For global installations on Pegasus, submit a Software Request `here `_. We only globally install software when we receive multiple requests for the software. When will my global software request be approved/installed? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When a minimum of 20 users require it, software requests will be approved. Software requests are reviewed and installed quarterly. How can I increase Java memory? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Load the java module, then change the value of \_JAVA_OPTIONS. :: [username@pegasus ~]$ module load java [username@pegasus ~]$ echo $_JAVA_OPTIONS -Xmx512m [username@pegasus ~]$ export _JAVA_OPTIONS="-Xmx4g" Job Scheduling ---------------------- See our :ref:`g-lsf` guide for more information. May I run resource-intensive jobs on login nodes? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ No. Resource-intensive jobs must be submitted to LSF. How do I submit jobs? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ With ``bsub`` (:ref:`g-lsf-commands`) How do I check on my submitted jobs? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ With ``bjobs`` (:ref:`g-lsf-commands`) How do I monitor job progress? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ With ``bpeek`` (:ref:`g-lsf-commands`) Is there a limit on how many jobs I can run? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ No. Users are limited by number of simultaneous CPUs used. Individual users can run on up to 512 CPUs at a time, projects on up to 1000 CPUs at a time. How can I see pending and running job counts for queues? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ With ``bqueues`` (:ref:`g-lsf-commands`) Why is my job still pending? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jobs wait for enough resources to satisfy requirements. When the cluster is under heavy user load, jobs will wait longer. Use ``$ bjobs -l jobID`` to see PENDING REASONS. Check your resource requirements for accuracy and feasibility. The job scheduler operates under Fairshare scheduling. Fairshare scheduling divides the processing power of the cluster among users and queues to provide fair access to resources, so that no user or queue can monopolize the resources of the cluster and no queue will be starved. If your job has been pending for more than 24 hours *and is not requesting exclusive access or all cores on a node*, you may request help `here `) - **Specific containerized software like RStudio** (:ref:`Check here `) If you need a specific application containerized, please contact the IDSC support team `here `_ To request additional disk space allocation, contact the IDSC support team `here