omniopt2 8982__tar.gz → 8984__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of omniopt2 might be problematic. Click here for more details.
- {omniopt2-8982 → omniopt2-8984}/PKG-INFO +1 -1
- {omniopt2-8982 → omniopt2-8984}/omniopt +1 -1
- {omniopt2-8982 → omniopt2-8984}/omniopt2.egg-info/PKG-INFO +1 -1
- {omniopt2-8982 → omniopt2-8984}/pyproject.toml +1 -1
- {omniopt2-8982 → omniopt2-8984}/.colorfunctions.sh +0 -0
- {omniopt2-8982 → omniopt2-8984}/.dockerignore +0 -0
- {omniopt2-8982 → omniopt2-8984}/.general.sh +0 -0
- {omniopt2-8982 → omniopt2-8984}/.gitignore +0 -0
- {omniopt2-8982 → omniopt2-8984}/.helpers.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_cpu_ram_usage.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_general.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_gpu_usage.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_kde.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_scatter.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_scatter_generation_method.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_scatter_hex.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_time_and_exit_code.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_trial_index_result.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.omniopt_plot_worker.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.pareto.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.random_generator.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/.shellscript_functions +0 -0
- {omniopt2-8982 → omniopt2-8984}/.tests/pylint.rc +0 -0
- {omniopt2-8982 → omniopt2-8984}/.tpe.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/LICENSE +0 -0
- {omniopt2-8982 → omniopt2-8984}/MANIFEST.in +0 -0
- {omniopt2-8982 → omniopt2-8984}/README.md +0 -0
- {omniopt2-8982 → omniopt2-8984}/apt-dependencies.txt +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt2.egg-info/SOURCES.txt +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt2.egg-info/dependency_links.txt +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt2.egg-info/requires.txt +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt2.egg-info/top_level.txt +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt_docker +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt_evaluate +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt_plot +0 -0
- {omniopt2-8982 → omniopt2-8984}/omniopt_share +0 -0
- {omniopt2-8982 → omniopt2-8984}/requirements.txt +0 -0
- {omniopt2-8982 → omniopt2-8984}/setup.cfg +0 -0
- {omniopt2-8982 → omniopt2-8984}/setup.py +0 -0
- {omniopt2-8982 → omniopt2-8984}/test_requirements.txt +0 -0
|
@@ -1877,7 +1877,7 @@ EOF
|
|
|
1877
1877
|
kill_tail_when_squeue_job_empty "$started_job_nr" &
|
|
1878
1878
|
|
|
1879
1879
|
tail_log_file() {
|
|
1880
|
-
trap 'ask_cancel' SIGINT
|
|
1880
|
+
#trap 'ask_cancel' SIGINT
|
|
1881
1881
|
# weird exec stuff for disabling the "Terminated" message coming from kill
|
|
1882
1882
|
exec 3>&2 # 3 is now a copy of 2
|
|
1883
1883
|
exec 2> /dev/null # 2 now points to /dev/null
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|