From 9e7fb35d8781edadf66c63705c2e8080107beed5 Mon Sep 17 00:00:00 2001 From: Fahad Khalid <f.khalid@fz-juelich.de> Date: Fri, 23 Aug 2019 14:00:01 +0200 Subject: [PATCH] Upon deciding to remove sample scripts for Python 2, removed the python versions from the script names. Also, all sample job submission scripts for pytorch have been hidden, and PyTorch examples do not work on JUWELS; with or without Horovod. --- .../keras/{submit_job_juwels_python3.sh => submit_job_juwels.sh} | 0 .../{submit_job_juwels_python3.sh => .submit_job_juwels.sh} | 0 .../{submit_job_juwels_python3.sh => submit_job_juwels.sh} | 0 keras/{submit_job_juwels_python3.sh => submit_job_juwels.sh} | 0 ...submit_job_juwels_python3.sh => .submit_job_juwels_python3.sh} | 0 tensorflow/{submit_job_juwels_python3.sh => submit_job_juwels.sh} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename horovod/keras/{submit_job_juwels_python3.sh => submit_job_juwels.sh} (100%) rename horovod/pytorch/{submit_job_juwels_python3.sh => .submit_job_juwels.sh} (100%) rename horovod/tensorflow/{submit_job_juwels_python3.sh => submit_job_juwels.sh} (100%) rename keras/{submit_job_juwels_python3.sh => submit_job_juwels.sh} (100%) rename pytorch/{submit_job_juwels_python3.sh => .submit_job_juwels_python3.sh} (100%) rename tensorflow/{submit_job_juwels_python3.sh => submit_job_juwels.sh} (100%) diff --git a/horovod/keras/submit_job_juwels_python3.sh b/horovod/keras/submit_job_juwels.sh similarity index 100% rename from horovod/keras/submit_job_juwels_python3.sh rename to horovod/keras/submit_job_juwels.sh diff --git a/horovod/pytorch/submit_job_juwels_python3.sh b/horovod/pytorch/.submit_job_juwels.sh similarity index 100% rename from horovod/pytorch/submit_job_juwels_python3.sh rename to horovod/pytorch/.submit_job_juwels.sh diff --git a/horovod/tensorflow/submit_job_juwels_python3.sh b/horovod/tensorflow/submit_job_juwels.sh similarity index 100% rename from horovod/tensorflow/submit_job_juwels_python3.sh rename to horovod/tensorflow/submit_job_juwels.sh diff --git a/keras/submit_job_juwels_python3.sh b/keras/submit_job_juwels.sh similarity index 100% rename from keras/submit_job_juwels_python3.sh rename to keras/submit_job_juwels.sh diff --git a/pytorch/submit_job_juwels_python3.sh b/pytorch/.submit_job_juwels_python3.sh similarity index 100% rename from pytorch/submit_job_juwels_python3.sh rename to pytorch/.submit_job_juwels_python3.sh diff --git a/tensorflow/submit_job_juwels_python3.sh b/tensorflow/submit_job_juwels.sh similarity index 100% rename from tensorflow/submit_job_juwels_python3.sh rename to tensorflow/submit_job_juwels.sh -- GitLab