-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdash_board.txt
71 lines (44 loc) · 2.44 KB
/
dash_board.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
REMEMBER TO RUN
rclone sync -u ~/Documents/ remote:PCDocuments --backup-dir remote:oldVersions/PCDocuments
AT THE END OF A DAYS work on LOCAL UBUNTI PC
Else any deleted files from the googledrive copy will get put back at the start of the next day.
module load r-3.6.1-gcc-5.4.0-zrytncq
scp [email protected]:
cd ~/Documents/Work ; rsync -trvp --exclude "library/" --exclude "results/" --exclude ".git/" --exclude ".Rproj.user/" --delete --delete-after -e ssh "tactic" [email protected]:
rsync -t -e ssh [email protected]:tactic/* .
#rsync -t -e ssh [email protected]:rds/hpc-work/* results/
scp [email protected]:rds/hpc-work/* results
scp [email protected]:rds/hpc-work/null/inference* results/null
# and need to delete the file first...
#DONE be good to sort out openssh keys or similar, to avoid typing in password all teh tyime
#DONE have set up command line to read a scenario. Want auto creation of result folders.., and #DONE createa copy of the script verbatim.
cd tactic
./slurm_wraper "null" 1
#sbatch slurm_model_sim_fit_skylake.txt
squeue -u sjb277
scancel nnnn
watch -n 30 squeue -u sjb277
# jobs that get 'held'
scontrol release 25027069_671 25027069_760
Stage 2:
Then apply decision rules and future data, analysis
#chmod +x slurm_wrapper_future_inference.sh
./slurm_wrapper_future_inference "null" 1
#sbatch slurm_model_sim_fit_skylake.txt
squeue -u sjb277
scancel nnnn
watch -n 30 squeue -u sjb277
Rscript operating_characteristics.R good_ugly
# jobs that get 'held'
scontrol release 25027069_671 25027069_760
STage 3:
correlate the tools at the first interim with the ultimate inference..
check type 1 error to start with. Generall Ooperating characteristics
got nearly all the scenarios with OCs, now join together and visualise.
scp [email protected]:rds/hpc-work/null/oc_results.rds oc_results/null.rds
scp [email protected]:rds/hpc-work/one_winner/oc_results.rds oc_results/one_winner.rds
scp [email protected]:rds/hpc-work/medium_events/oc_results.rds oc_results/medium_events.rds
scp [email protected]:rds/hpc-work/low_events/oc_results.rds oc_results/low_events.rds
scp [email protected]:rds/hpc-work/worst_definition/oc_results.rds oc_results/worst_definition.rds
scp [email protected]:rds/hpc-work/good_ugly/oc_results.rds oc_results/good_ugly.rds