Advanced Search
Search Results
418 total results found
How to Run Job on ABAQUS/2022 on ACRES
The following script can be used to run jobs on ABAQUS/2022 on ACRES. In this script, an input file called JobName.inp from Abaqus is being used to run a job on 2 nodes and 80 processors (40 processors per node) on the general partition of ACRES. #!/bin/bash ...
How to Transfer Files between Acres and Your Local Computers
Whether you're connecting to ACRES from a Windows or a Linux local machine, here are some easy ways to send or retrieve files to / from ACRES. For Off-Campus Access If you are attempting to connect to ACRES, or transfer files to / from ACRES, from an off-cam...
How to Use EasyBuild for Self-Service Software
If you have a software need that isn't provided for in the existing modules, you can often find it in the EasyBuild infrastructure. Easy Build (EB) helps streamline software builds by gathering and building prerequisite software and libraries for your target p...
Operational Status
Real-time information about ACRES' operational status is available at these pages: Node allocation / availability / queue status System Load information (coming soon)
User Contributed Submission Scripts
This page includes submission scripts created by Clarkson Community members to help get new ACRES users started with their work. If you have a contribution you'd like added to this page, please email it to helpdesk@clarkson.edu. Thank you! File Mod...
Using ACRES: The Basics of a Linux Command Line
If it's your first time logging in to ACRES, you may be left staring at a flashing green cursor in a black terminal, without the slightest idea of what to do next. If that's you, you've come to the right place. Read on, and you'll be up and running in no ...
How to find Software (introduction to the module system)
A "module" system called Lmod is used on ACRES, which allows users to conveniently search for available software, and then "load" / "unload" software modules. A software module is basically a collection of environment settings that allows you to use the softwa...
How to Build a Submission Script
Step-by-step guide Jobs are submitted through a job script, which is a shell script (usually written in bash). Since it is a shell script, it must begins with a "shebang": #!/bin/bash #!/bin/bash --- This is followed by a preamble ...
ACRES - Software - Gaussian16
Gaussian16 Gaussian 16 Linux version was purchased by Drs. Mario Wriedt and Jingyun Ye, Department of Chemistry & Biomolecular Science. Broad campus-wide usage of this software is encouraged but potential users should contact the software owners before using ...
ACRES - Software - cp2k
ACRES includes cp2k 7.1.0 For parallel processing you will want to use the cp2k.popt executable. Sample SBATCH file for scheduling via SLURM: #!/bin/bash #SBATCH --account=user #SBATCH --job-name=cp2k #SBATCH --output=cp2k.txt #SBATCH --nodes=9 #SBAT...
ACRES - Software - Quantum Espresso
Quantum Espresso 6.5 Jobs are submitted using SBATCH scripts. Example SBATCH for parallel job with 4 nodes: #!/bin/bash#SBATCH --job-name=espresso#SBATCH --output=espresso-results.txt#SBATCH --nodes=4#SBATCH --time=00:10:00#SBATCH --partition=general#SBAT...
ACRES - Software - Abaqus
Abaqus 2019 Abaqus jobs are submitted using SBATCH scripts. Example SBATCH for abaqus job with 20 nodes: #!/bin/bash#SBATCH --job-name=24Degrees#SBATCH --output=24Degrees-test-results.txt#SBATCH --nodes=20##SBATCH --time=00:10:00#SBATCH --partition=genera...
HR Mandatory Training - Manual Change Completion Status
After extensive testing, we have found that the SCORM activities in the Information Security section of the Spring 2021 Mandatory Annual Training course do not update automatically when additional attempts at the quizzes are completed. The video below shows ho...
Federal Textbook Requirement
Effective July 1, 2010, the Higher Education Opportunity Act of 2008 (HEOA) requires all institutions receiving federal financial aid to publish, in time for registration, a list of all required and recommended books and other course materials for all classes ...
Academic Standing Review -Graduate Students
Applicability Applies to all graduate students except Health Science and MAT programs Prerequisites: All grades must be turned in and posted All Pass/No Credit updates should be completed Quantitative Review Standards: Good Standing = 3...
CRC Joint Program Management
A list of joint programs can be found here: https://www.clarkson.edu/graduate/joint-programs Query: CU_SR_JOINT_PROGRAMS Joint Program student groups in myCU Description Definition Student Group Description Definition Student Group ...
Graduate Student Withdrawal Process
**Forms: ** Add/Drop a Class Graduate Student Withdrawal Form References: Add/Drop Information Tuition Refund Policy Academic Calendar Regulations: Graduate Regulations (Section III.O Leave of Absence & Withdrawals) Graduate Catalog (Expense...
Managing Standard Periods of Non-Enrollment (SPN)
Overview Students may take a "standard period of non-enrollment" during their program at Clarkson. Students on SPN will not enroll in classes for a term, will be reported to the Clearinghouse as "withdrawn", and have no active relationship with the University...
Query Information
To access query viewer: Main Menu > Reporting Tools > Query > Query Viewer Query shortcuts: % = Wildcard CU_ACAD% = most queries created for academic departments start in this manner Query Categories [General](http://Query Information#general) Gr...
Semester to Quarter - Graduate Student Enrollment Process
Purpose This document defines the process that will be used to facilitate the enrollment of students in a semester-based program, into courses offered on the quarter terms, until such time as the University calendars are harmonized. Limitations Students e...