mirror of
https://github.com/Helsinki-NLP/OPUS-MT-train.git
synced 2025-01-07 10:24:54 +03:00
fetchdata src and dest dir
This commit is contained in:
parent
1e23566f30
commit
308bf647f0
9
Makefile
9
Makefile
@ -193,11 +193,14 @@ all: ${WORKDIR}/config.mk
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
# store and fetch workdata
|
||||
# (requires module load allas && allas-conf)
|
||||
# - store overrides
|
||||
# - fetch does not override (delete first)
|
||||
# requires module load allas && allas-conf
|
||||
# select project_2002688 (OPUS-MT)
|
||||
# - "make store" overrides
|
||||
# - "make fetch" does not override (delete dir first)
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
.PHONY: store store-data fetch fetch-data
|
||||
|
||||
## directories and container names to be used
|
||||
WORK_SRCDIR ?= ${WORKHOME}
|
||||
WORK_DESTDIR ?= ${WORKHOME}
|
||||
|
Loading…
Reference in New Issue
Block a user