Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

1211 total results found

Mailing Lists Users: Creating a New Account

General Knowledge Base Mailing Lists Server

The new lists server uses user-account-based permissions rather than shared passwords. To manipulate a list for which you are an administrator, you will need to make an account.Note: the login is NOT linked to your regular clarkson.edu AD/CAS account. Please u...

To Approve
BH

Mailing Lists Users: Subscribe to a new list/Unsubscribe from an old list

General Knowledge Base Mailing Lists Server

Log in to lists.clarkson.edu . Navigate to the desired list's page, either via the direct link for an unadvertised list or the All Lists page (this link or "Click to see all lists" beneath the abbreviated table of mailing lists) Click on the spec...

To Approve
BH

Webspace Server

General Knowledge Base

OIT provides a LAMP web server for all campus community members. Files are served from Active Directory shares like U: and S: which can be found mounted to most campus computers. All faculty, staff, and student are eligible to use this service. As part of thi...

web
webspace
adweb
kb-how-to-article
To Approve
BH

How to Automatically Retrieve Results / Postprocess When Job is Done

General Knowledge Base High Performance Computing (HPC)

Ever wish you could set up a script to automatically retrieve and / or process results as soon as your job is finished? Read on to learn more. Installing the Script OIT staff have developed a shell script to simplify this task. It works by periodically check...

kb-how-to-article
acres
slurm
To Approve
BH

How to Troubleshoot a Failed Easybuild Compilation

General Knowledge Base High Performance Computing (HPC)

Problem If you've been using Easybuild for self-service software, you may have encountered trouble with one of your builds, such as the one pictured below. When Easybuild doesn't build easily, what do you do? Keep reading for some tips and suggestions! Ste...

easybuild
acres
hpc
kb-troubleshooting-article
To Approve
BH

Using the Intel Compilers on ACRES

General Knowledge Base High Performance Computing (HPC)

1 2Overview 3Loading an Intel Module 4Choosing the Right Compiler Executables 5Using Intel MPI: Divide by Zero or Floating Point Exception Error 6Intel MPI Library Developer Reference for Linux 7Related Articles Overview This page documents the s...

kb-troubleshooting-article
acres
intel
compilation
To Approve
BH

Going Deeper into EasyBuild: EasyBlocks

General Knowledge Base High Performance Computing (HPC)

Overview When easyconfig (*.eb file) modifications are not sufficient to install a new software or new software version using EasyBuild, one may need to modify the underlying EasyBlock code. This page describes some of the details of that process. What is an...

acres
hpc
easybuild
kb-how-to-article
To Approve
BH

How to Run Job on ABAQUS/2022 on ACRES

General Knowledge Base High Performance Computing (HPC)

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 ...

To Approve
BH

How to Transfer Files between Acres and Your Local Computers

General Knowledge Base High Performance Computing (HPC)

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...

kb-how-to-article
To Approve
BH

How to Use EasyBuild for Self-Service Software

General Knowledge Base High Performance Computing (HPC)

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...

build
eb
software
compile
kb-how-to-article
To Approve
BH

Operational Status

General Knowledge Base High Performance Computing (HPC)

Real-time information about ACRES' operational status is available at these pages: Node allocation / availability / queue status System Load information (coming soon)

To Approve
BH

User Contributed Submission Scripts

General Knowledge Base High Performance Computing (HPC)

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...

file-list
To Approve
BH

How to Use Graphical Applications on ACRES

General Knowledge Base High Performance Computing (HPC)

Following this method, you may run a graphical application on ACRES and see / interact with it through the display of your local computer. RUNNING PARALLEL JOBS Please note: DO NOT use the method outlined in the article to execute parallel jobs. Intensive pa...

acres
hpc
high
performance
computing
kb-how-to-article
To Approve
BH

Using ACRES: The Basics of a Linux Command Line

General Knowledge Base High Performance Computing (HPC)

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 ...

hpc
acres
kb-how-to-article
To Approve
BH

How to run your codes on Acres

General Knowledge Base High Performance Computing (HPC)

SLURM cheat sheet - Useful PDF sheet of SLURM commands SLURM Job Manager Overview - An introduction to SLURM from virginia.edu Step-by-step guide To login to the system, use the following command in your local terminal if you are a Linux or Mac us...

To Approve
BH

How To Login To Acres

General Knowledge Base High Performance Computing (HPC)

This page describes how to log in to the ACRES computing cluster. If you do not yet have an account on ACRES, please request one by emailing the OIT helpdesk: helpdesk@clarkson.edu Login to Clarkson VPN If you are not connected to Clarkson's Network (e.g. yo...

To Approve
BH
kb-how-to-article
acres
hpc

How to find Software (introduction to the module system)

General Knowledge Base High Performance Computing (HPC)

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...

kb-how-to-article
To Approve
BH

How to Build a Submission Script

General Knowledge Base High Performance Computing (HPC)

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 ...

kb-how-to-article
To Approve
BH