README.md 804 Bytes
Newer Older
Gerfried Krainz's avatar
Gerfried Krainz committed
1
# Falcon Cluster Handler
Gerfried Krainz's avatar
Gerfried Krainz committed
2
This specific piece of software handles the distribution of simulation/processing scripts to the Falcon cluster.
Gerfried Krainz's avatar
Gerfried Krainz committed
3

Gerfried Krainz's avatar
Gerfried Krainz committed
4 5 6 7 8 9 10 11 12 13 14 15 16
## SSH Config
The file "ssh_config_template" shows the initial setup. User refers to the nt.tuwien.ac.at username. You need to login once into every Falcon first and copy a specific SSH-KEY to the servers, defined then in the SSH config under Match clause as Identity File.

## Pyenv
Clone pyenv git repo to your Xserve Home Dir.

https://github.com/pyenv/pyenv

See .bashrc for example configuration of pyenv.

Then create any venv with pyenv as always in your local HOME.

## Further steps
Gerfried Krainz's avatar
Gerfried Krainz committed
17
Clone this repo into your existing one and update the paths in run.sh, define your script.sh and exec ./run.sh. Use printstats.sh to list all CPU and Memory loads.
Gerfried Krainz's avatar
Gerfried Krainz committed
18 19

Voi là