Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (37 loc) · 2.8 KB

95_Access_to_computers.md

File metadata and controls

58 lines (37 loc) · 2.8 KB

(Access_to_computers)=

Access to Computers

You will be working on a variety of computers

General considerations

You only need to use one of them, but which one may depend on the particular circumstances of the project you are working on.

What can you do where

In principle, assuming you have the necessary software, you can work on any computer. Just remember to git push all changes back to Bitbucket.

Where is the data

We are currently exploring how to make the data mobile. At present, we do not want the data in Bitbucket, so you will need to re-download the data on each computer you intend to run programs. So you should decide on one particular computer. You can edit documents and code anywhere else, but again, remember to git push any changes from your other computer, and to git pull on your compute computer.

What software

By default, you should expect to run the code on , which has a broad selection of software.

If you actually have the software on your laptop, you should feel free to run code there, but see the caveat below. We will not purchase software for your personal laptop, and we do not provide you with a computationally capable laptop.

Some software is not available or installable on all systemS. If you encounter the following, you should check with your supervisor:

Software Computing environment
Dynare Red Cloud Windows node, CCSS, CodeOcean
ArcGIS CCSS
Fortran compiler BioHPC linux cluster, Docker
C compiler BioHPC linux cluster, CodeOcean (depends on compiler)
Eviews Not currently available
RATS Not currently available (trial license for laptop)

Much statistical software loads data into memory. Your laptop has a limited amount of memory (in 2018, between 2GB and 8GB, rarely more). CCSS-RS nodes and BioHPC nodes can have between 256GB and 1024 GB of memory!

What if the code runs for a long time / I need to run to class / I need my life = Twitter back on my laptop

One of the advantages of running on the CCSS-RS or BioHPC nodes is that you can disconnect from the server, while leaving your programs running. That is one of the reasons to use them instead of your laptop.

Requesting Access

See setup checklist.

Details

The following sections will walk you through the various options.