Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 676 Bytes

flux.md

File metadata and controls

42 lines (33 loc) · 676 Bytes

Basic useage of flux (at University of Michigan only!)

Access to flux

  1. Access to university network

Password is requird.

  1. Access to flux computer

Two factor duo and password are required.

Copy files

scp localfile [email protected]:remotefile

Use python

  1. load modules
module load python-anaconda3
  1. run python (make sure to use python3. default python is python2.)
python3 file.py

Check node availability

showq -w acct=polisci_flux

run R in a batch mode

R CMD BATCH -no-save Rbatch.R Rbatch.out