User Tools

Site Tools


picsl_transition_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
picsl_transition_guide [2014/11/10 05:56]
mgstauff created
picsl_transition_guide [2015/04/28 20:17] (current)
mgstauff
Line 1: Line 1:
 +** [[:start|Back To Main Page]] **
 +
 ====== PICSL-cluster Transition Guide ====== ====== PICSL-cluster Transition Guide ======
  
-welcome to the CfN cluster. This document will be filled out shortly with more details.+Welcome to the CfN cluster!
  
 Here is some info regarding your transition to the CfN cluster: Here is some info regarding your transition to the CfN cluster:
  
 +===== Using the CfN Cluster =====
 +See the [[start|other pages]] of this wiki for details on using the CfN cluster. This page is only to learn about differences between the PICSL and CfN clusters.
 ===== Usernames and Passwords ===== ===== Usernames and Passwords =====
 Your username should be the same as on the PICSL cluster. Your username should be the same as on the PICSL cluster.
Line 17: Line 21:
 **Your CfN /home dir is NOT a data directory.** It has a 25GB quota. Please put your data in /data/picsl. **Your CfN /home dir is NOT a data directory.** It has a 25GB quota. Please put your data in /data/picsl.
  
-You may want to couple settings/configuration files from your old home dir (now in /data/picsl) to your new home directory. Note that most of these will be 'dot-files' that start with a period. To view them, use the -a option to ls:+You may want to copy settings/configuration files from your old home dir (now in /data/picsl) to your new home directory. Note that most of these will be 'dot-files' that start with a period. To view them, use the -a option to ls:
  
   ls -a ~   ls -a ~
 +  
 +**BUT, DO NOT** simply copy your .bashrc or .bash_profile file from your old home dir to your new one. You must look in the file and copy selected parts manually.
  
 ===== Data Drives ===== ===== Data Drives =====
Line 32: Line 38:
  
 You'll have to update your scripts. Sorry for the trouble. You'll have to update your scripts. Sorry for the trouble.
 +
 +===== Applications =====
 +The common/shared applications from the PICSL cluster are now in **/data/picsl/local** (i.e. the ones that were in /home/local).
 +
 +The CfN cluster stores common/shared applications in /share/apps. Most of these have been added to your search path in your $HOME/.bash_profile file.
 +
 +===== Quotas =====
 +Quotas on the CfN cluster (/home, /data/jet, /data/jag) are handled on a //per-project// basis, meaning quotas are set for individual data directories like /data/jag/mgstauff. The quota applies to all files in the directory and its sub-directories, regardless of owner.
 +
 +This differs from the PICSL cluster data quotas, which are //per-user//. For now, quotas for the PICSL drives (/data/picsl, /data/tesla-data, /data/tesla-home) will remain unchanged, and per-user. At some point we'll merge these into per-project quotas for better management.
 +
 +===== Front-end Program/Process Limits =====
 +Programs/commands/jobs/processes that are run on the front-end itself (chead) are limited to using 5GB of RAM, and 5 minutes of CPU time (not realworld time), at which point they are terminated. See [[ClusterBasics | Cluster Basics]]
 +===== Slots, Cores & Memory =====
 +The CfN cluster handles slots, cores and memory differently. On PICSL, if you requested more slots, you got both more memory and more cpu cores. On CfN, the requests for these resources are separate. Please see [[using_ogs_sge#resources_memory_slots_cpu_cores|the details]] CfN cluster guide in the rest of the wiki.
 +===== Symlinks =====
 +You may have symlinks in your PICSL data/home directories. These will need to be changed.
 +
 +To find all symlinks in a directory and its sub-directories and print out the file it links to, use this command:
 +
 +  find directory-to-search -type l -print0 -exec echo -n " " \; -exec readlink -m {} \;
picsl_transition_guide.1415598995.txt.gz · Last modified: 2014/11/10 05:56 by mgstauff