mirror of
https://github.com/andre-wojtowicz/r-distributed-computing
synced 2024-11-21 15:35:28 +01:00
Updated bash script and gitignore
This commit is contained in:
parent
2afc48e622
commit
177a47f760
2
.gitignore
vendored
2
.gitignore
vendored
@ -35,3 +35,5 @@ vignettes/*.pdf
|
|||||||
|
|
||||||
logs/*
|
logs/*
|
||||||
.R.user
|
.R.user
|
||||||
|
*.txt
|
||||||
|
ssh/*
|
||||||
|
@ -18,7 +18,7 @@ CONNECTION_LIST_FILE="remote-connection-list.txt"
|
|||||||
HOSTS_SCANNED_FILE="remote-hosts-scanned.txt"
|
HOSTS_SCANNED_FILE="remote-hosts-scanned.txt"
|
||||||
DEBIAN_PACKAGES_TO_INSTALL="build-essential gfortran ed htop libxml2-dev ca-certificates curl libcurl4-openssl-dev gdebi-core sshpass default-jre default-jdk libpcre3-dev zlib1g-dev liblzma-dev libbz2-dev libicu-dev"
|
DEBIAN_PACKAGES_TO_INSTALL="build-essential gfortran ed htop libxml2-dev ca-certificates curl libcurl4-openssl-dev gdebi-core sshpass default-jre default-jdk libpcre3-dev zlib1g-dev liblzma-dev libbz2-dev libicu-dev"
|
||||||
REMOTE_DETECT_LOGICAL_CPUS="FALSE"
|
REMOTE_DETECT_LOGICAL_CPUS="FALSE"
|
||||||
MIN_HOSTS=100
|
MIN_HOSTS=1
|
||||||
|
|
||||||
SHELL_SCRIPT=$(basename $0)
|
SHELL_SCRIPT=$(basename $0)
|
||||||
LOG_STEPS="logs/${SHELL_SCRIPT%.*}".log
|
LOG_STEPS="logs/${SHELL_SCRIPT%.*}".log
|
||||||
@ -457,6 +457,7 @@ my_configure_hosts()
|
|||||||
hosts_scan_available
|
hosts_scan_available
|
||||||
hosts_push_shell_script
|
hosts_push_shell_script
|
||||||
dump_project_r_files
|
dump_project_r_files
|
||||||
|
dump_r_libraries
|
||||||
hosts_push_project_r_files
|
hosts_push_project_r_files
|
||||||
hosts_install_env
|
hosts_install_env
|
||||||
hosts_install_mro
|
hosts_install_mro
|
||||||
@ -472,11 +473,12 @@ configure_hosts()
|
|||||||
hosts_push_ssh_key
|
hosts_push_ssh_key
|
||||||
hosts_push_shell_script
|
hosts_push_shell_script
|
||||||
dump_project_r_files
|
dump_project_r_files
|
||||||
|
dump_r_libraries
|
||||||
hosts_push_project_r_files
|
hosts_push_project_r_files
|
||||||
hosts_install_env
|
hosts_install_env
|
||||||
hosts_install_mro
|
hosts_install_mro
|
||||||
hosts_install_r_libraries
|
hosts_push_r_libraries_dump
|
||||||
#hosts_push_r_libraries_dump
|
#hosts_install_r_libraries
|
||||||
make_remote_connection_list_nproc
|
make_remote_connection_list_nproc
|
||||||
#make_remote_connection_list_single
|
#make_remote_connection_list_single
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user