SeisSol / Training

BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

use latest, change default SIF_NAME, change ln command #49

Closed Thomas-Ulrich closed 3 months ago

Thomas-Ulrich commented 3 months ago

Hi,

Aangniu commented 3 months ago

Will this directory $SHARED_PATH/$SIF_NAME work here?

#
SHARED_PATH="/your/path/to/container/"
SIF_NAME="$HOME/my-training.sif"

if [ ! -f $SIF_NAME ]; then
    if [ ! -f $SHARED_PATH/$SIF_NAME ]; then
Thomas-Ulrich commented 3 months ago

Will this directory $SHARED_PATH/$SIF_NAME work here?

#
SHARED_PATH="/your/path/to/container/"
SIF_NAME="$HOME/my-training.sif"

if [ ! -f $SIF_NAME ]; then
    if [ ! -f $SHARED_PATH/$SIF_NAME ]; then

@Aangniu you are right. See proposed change.