User Tools

Site Tools


zt1

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zt1 [2022/09/22 10:23] adminzt1 [2023/10/03 14:42] (current) admin
Line 33: Line 33:
 This is needed for the simulations to allow for files to write over existing files.   This is needed for the simulations to allow for files to write over existing files.  
  
-One more recent change is that you will need to allow users to look into your /scratch files.  You will need to allow access to the files by typing and replacing username with yours below. Please copy and paste these commands after the first, as if you omit a '.' this will now work properly.+One more recent change is that you will need to allow users to look into your /scratch and /shell files.  You will need to allow access to the files by typing and replacing username with yours below. Please copy and paste these commands after the first, as if you omit a '.' this will now work properly.
  
 <code commend>cd /scratch/zt1/project/energybio/user/username  <code commend>cd /scratch/zt1/project/energybio/user/username 
 chmod a+r .  chmod a+r . 
 chmod -R a+r *  chmod -R a+r * 
-find . -type d -exec chmod a+x {} \; </code>+find . -type d -exec chmod a+x {} \;  
 +mkdir /afs/shell.umd.edu/project/energybio/shared/username 
 +cd /afs/shell.umd.edu/project/energybio/user/username  
 +chmod a+r .  
 +chmod -R a+r *  
 +find . -type d -exec chmod a+x {} \;  
 +</code>
  
-The scratch filesystem is **ONLY** for current jobs running and analysis. We have a smaller quota on this resource which you can see how much with the command scratch_quota. Most data that is for a current project but not yet published should be placed in the SHELL shared directory. You will need to make your own directory in /afs/shell.umd.edu/project/energybio/shared with your username.+The scratch filesystem is **ONLY** for current jobs running and analysis. We have a smaller quota on this resource which you can see how much with the command scratch_quota. Most data that is for a current project but not yet published should be placed in the SHELL shared directory. You will need to make your own directory in /afs/shell.umd.edu/project/energybio/shared with your username (this is the last line in the code above).
  
  
zt1.1663856613.txt.gz · Last modified: 2022/09/22 10:23 by admin