Go to the U of M home page
School of Physics & Astronomy
School of Physics and Astronomy Wiki

User Tools


classes:2008:fall:astro4001.001:home

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
classes:2008:fall:astro4001.001:home [2008/09/18 18:22] hegerclasses:2008:fall:astro4001.001:home [2008/10/16 12:50] (current) alex
Line 5: Line 5:
   * feel free to sign your contribution with your name (alex)   * feel free to sign your contribution with your name (alex)
  
-===== Downloading and Installing ===== +===== Q&=====
-  * Documentation at [[http://www.kitp.ucsb.edu/~paxton/EZ-intro.html]] +
-  * Readme file at [[http://www.kitp.ucsb.edu/~paxton/README]] +
-  * tar file of the distribution at [[http://www.kitp.ucsb.edu/~paxton/EZ_3_6_3.tar.gz]] +
  
-==== Downloading ==== +[[weblog|Use this page for posting questions and answers]]
-On you linux prompt type +
  
-''wget http://www.kitp.ucsb.edu/~paxton/EZ_3_6_3.tar.gz'' +===== Downloading and Installing ======
  
-to download the file.  +[[installation|Some brief instructions]]
  
-==== Unpacking ====+===== Graphics Tools =====
  
-To unpack type+We want to establish a page on graphical visualization tools as well in section [[graphics]]
  
-''tar xvzf EZ_3_6_3.tar.gz''+===== Synchronizing Your Files =====
  
-This will unpack all the files in a directory ''EZ_3_6_3''.+Use the ''rsync'' program To synchronize directory A from computer aa to computer bb, log in to computer aa and then type
  
-Switch to this directory:+  rsync -vaz A my_login@bb:
  
-''cd  EZ_3_6_3''+To synchronize into directory B on computer bb type
  
-There are a lot of ''._*'' and ''.DS_Store'' files in the different directories.  You can get rid of them with the commands+  rsync -vaz A my_login@bb:B
  
-''find -name "._*" -exec rm -f {} \;''+You can also mount the directory A from aa at directory B on bb To do this, log into computer bb Make sure directory B exists.  If not, create it with the command
  
-''find . -name ".DS_Store" -exec rm -f {} \;''+  mkdir B
  
-==== Compiling ====+To link the directory, type:
  
-Change to directory ''make''+  sshfs my_login@aa:A B
  
-''cd make'' 
- 
-execute the ''makefile'' skript (default) using the ''make'' command 
- 
-''make'' 
- 
-the original version of ''makefile'' uses ''gfortran'' If that does not work on your computer of platform, you probably have to modify the ''makefile'' (or install ''gfortran'').   
- 
-There should now be a version of the EZ executable in the ''run'' subdirectory off the main EZ_3_6_3 directory.  To change to this diectory, do 
- 
-''cd ../run'' 
- 
-Type  
- 
-''ls -latr''  
- 
-to see the files, sorted in reverse order of creation. {{EZ_3_6_3_files.txt|Here is a dead link.}} 
- 
-==== Graphics Tools ==== 
- 
-We want to establish a page on graphical visualization tools as well in section [[graphics]] 
  
 +  
  
classes/2008/fall/astro4001.001/home.1221780147.txt.gz · Last modified: 2008/09/18 18:22 by heger