You are here: Foswiki>Main Web>WebChanges (06 Aug 2023, UnknownUser)Edit Attach

50 recent changes in Main Web retrieved at 23:49 (GMT)

R
R How to add packages to your local repository Depending on the packages you want installed, you can do one of two things within R. First we load the R module an...
GridEngineJobSubmission
Grid Engine Job Submission In order to use the Grid Engine commands you first need to load the "sge" module: abc123@login 0 0 abc123 $ module load sge You can su...
PerilNotebookExample
Main.AdminUser 26 Sep 2019 When you log into notebooks.azure.com go to your My Projects page. Click on Upload Github Repo and a form will come up. To upload the r...
NotebooksOnAzureCloud
Main.AdminUser 25 Sep 2019 You can make a free jupyter notebook on notebooks.azure.com by logging in to your microsoft account. After logging in if you go to 'My ...
LAMMPS
LAMMPS LAMMPS is a classical molecular dynamics code, and an acronym for Large scale Atomic/Molecular Massively Parallel Simulator. LAMMPS has potentials for soli...
Fluent
Fluent When running Fluent v16 or above in parallel batch mode, additional parameters need to be added to the Fluent command line. Fluent supports integration wit...
OpenMPI
OpenMPI Submit Script #!/bin/bash # #$ S /bin/bash export MYAPP=./test_openmpi export MYAPP_FLAGS='' #$ N TEST_OPENMPI #$ pe openmpi 4 . /etc/profile.d/...
Paraview
ParaView is an open source, multi platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data usin...
OpenFOAM
Sun Grid Engine submit file for OpenFOAM #!/bin/bash # #$ S /bin/bash #$ N name_of_job #$ pe openmpi 16 . /etc/profile.d/modules.sh # Load program modules modu...
ManagingYourFiles
Managing your Files Users on Shamu are automatically granted several locations to store their files. Most users will be storing their files in one of two location...
UsingTheSystems
Using the System * Managing your Files Store, manage and how to transfer files to Shamu * Queue Definitions Queue definitions * Module Envi...
Ansysv171
Ansys Ansys is a graphical program so you will need to have X11 forwarded in order to use this program. To run the program, qlogin to grab a compute node, load th...
Gubbins
To install gubbins it's recommended that you install it into a python virtual environment. First follow the instruction to create a python VE here on this page (c...
VisualFM
http://ccwu.me/vsfm/ VisualSFM is a GUI application for 3D reconstruction using structure from motion (SFM). The reconstruction system integrates several of my pr...
Fall2018TrainingSchedule
Fall 2018 Training Schedule 9/7/2018 Intro to High Performance Computing Location: NPB 1.412 9/21/2018 Intro to Parallel Programming ...
SingleThreadJob
Simple Single Threaded Job Script From the command line create a new file called myjob.sh using Nano or VIM. Below is a simple script which sets your SGE environm...
MXnet
MXnet Apache MXNet is a modern open source deep learning framework used to train, and deploy deep neural networks. It is scalable, allowing for fast model trainin...
Storage
Computing Resources Storage The Shamu research cluster has approximately 150TB of shared storage utilizing a high speed 56GB/s Infiniband network. We use two re...
SampleSGESubmitScripts
Sample SGE Submit Scripts * OpenMPI * Abaqus * Single Thread Job * R * GPU Main.AdminUser 17 May 2016
Gizmo
Gizmo The simulation code GIZMO is a flexible, massively parallel, multi method multi physics code, with a wide range of different physics modules described in th...
WhyCanTILogin
Why can't I log into Shamu? * You don't have an account on Shamu. All logins to Shamu are based on your campus myUTSA ID. * There could be a network issue f...
Torch
Torch Torch is a scientific computing framework with wide support for machine learning algorithms that puts GPUs first. It is easy to use and efficient, thanks to...
Blender
Blender How to use Blender on Shamu to render your scenes or animations. First you will need to upload your *.blend file to your home directory. If you need more ...
Caffe
Caffe Interactive Usage on the GPU nodes Grab a GPU node with qlogin: abc123@login ~ $ qlogin q gpu.q abc123@login ~ $ module load caffe Copy the caffe exampl...
WhyIsnTMyJobRunning
Why isn't my job running on Shamu? * System load is high on the compute nodes * A system downtime has been scheduled and jobs are being held. Check the mess...
Students
How to request an account on Shamu for Students Students who wish to have an account on Shamu must fill out the online account submission form located here: https...
Faculty
How to request an account on Shamu for Faculty Faculty members who wish to have an account on Shamu must submit their request via the form at https://utsa.az1.qua...
Facilities
VizLab and SiViRT The UTSA Advanced Visualization Laboratory (VizLab), managed by the Office of Information Technology, allows researchers from all disciplines of...
Network
Computing Resources Network The Shamu research cluster contains four (4) types of network configurations. * External network 10G public connection to the I...
CommonProblems
Common Problems with Shamu This document will try to explain the most common issues and problems with Shamu. Why isn't my job running? Why can't I login? ...
Hardware
Computing Resources Hardware
NWChem
Name : nwchemArch : x86_64Version : 6.6.27746Release : 22.el7Size : 7.1 kRepo : epel/x86_64Summary : Delivering High Performance Computational Chemistry to Scienc...
Atlas
Name : atlasArch : x86_64Version : 3.10.1Release : 10.el7Size : 21 MRepo : installedSummary : Automatically Tuned Linear Algebra SoftwareURL : http://math atlas.s...
Mugsy
Mugsy Mugsy is a multiple whole genome aligner. Mugsy uses Nucmer for pairwise alignment, a custom graph based segmentation procedure for identifying collinear re...
RunningJobs
Running jobs on Shamu * Submitting your Batch Job Submit your code to run on the compute nodes. Create a submission script and specify options for better...
CommonLanguagesAndCompilers
Common Languages and Compilers The Shamu research cluster contains many open source and licensed languages and compilers. Below is a list. Compilers Intel Parall...
Bowtie
Bowtie Bowtie is an ultrafast, memory efficient short read aligner. It aligns short DNA sequences (reads) to the human genome at a rate of over 25 million 35 bp r...
Homer
Homer HOMER (Hypergeometric Optimization of Motif EnRichment) is a suite of tools for Motif Discovery and ChIP Seq analysis. It is a collection of command line pr...
VMD
VMD What is VMD? See also http://www.ks.uiuc.edu/Research/vmd/ VMD is designed for the visualization and analysis of biological systems such as protei...
LS-Dyna
LS Dyna LS Dyna is a general purpose finite element program capable of simulating complex real world problems. It is used by the automobile, aerospace, constructi...
Fiji
Fiji Fiji is an image processing packageā€”a "batteries included" distribution of ImageJ, bundling a lot of plugins which facilitate scientific image analysis. In o...
UsingYourAssignedJobQueueOrComputeNodes
How to use your assigned job queue or compute nodes If you have purchased equipment and had it installed in Shamu you have the ability to dedicate individual comp...
RunningParallelBatchJobs
How to run Parallel Batch jobs On Shamu we have three (3) parallel Grid Engine environments but you only need to use one. First you need to load the "sge" module ...
WelcometoResearchComputingSupport
Welcome to Research Computing Support at UTSA! The Research Computing Support Group at UTSA provides computing, storage and visualization resources to support res...
Number of topics: 46
< Previous Page 3 of 3

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes
Topic revision: r1 - 06 Aug 2023, UnknownUser
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback