{
  "backup_data_uid": "838b3fef1a912e63",
  "build_compiler_vars": {
    "USE_MKL": ""
  },
  "compile_cmds": {
    "default": {
      "cmd": "../ck-compile$#script_ext#$"
    }
  },
  "compile_deps": {
    "compiler": {
      "local": "yes",
      "name": "C++ compiler",
      "tags": "compiler,lang-cpp,icc"
    }
  },
  "compiler_env": "CK_CXX",
  "data_name": "pword2vec",
  "main_language": "c",
  "process_in_tmp": "yes",
  "program": "yes",
  "run_cmds": {
    "default": {
      "ignore_return_code": "no",
      "run_time": {
        "post_process_cmds": [
          "python $#ck_take_from_{838b3fef1a912e63}#$process.py"
        ],
        "post_process_via_ck": "yes",
        "run_cmd_main": "numactl --interleave=all $#BIN_FILE#$ -train  $<<CK_ENV_DATASET_WORDS_FULL_NAME>>$ -output $<<CK_OUTPUT>>$ -size $<<CK_SIZE>>$ -window $<<CK_WINDOW>>$ -negative $<<CK_NEGATIVE>>$ -sample $<<CK_SAMPLE>>$ -threads $<<CK_THREADS>>$ -binary $<<CK_BINARY>>$ -iter $<<CK_ITER>>$ -min-count $<<CK_MIN_COUNT>>$ -batch-size $<<CK_BATCH_SIZE>>$",
        "run_input_files": [
          "text8"
        ]
      }
    }
  },
  "run_deps": {
    "tool-hyperwords": {
      "force_target_as_host": "yes",
      "local": "yes",
      "name": "hyperwords",
      "sort": 30,
      "tags": "tool,hyperwords"
    },
    "dataset-words": {
      "force_target_as_host": "yes",
      "local": "yes",
      "name": "words dataset",
      "sort": 40,
      "tags": "dataset,words"
    }
  },
  "run_vars": {
    "CK_BATCH_SIZE": "17",
    "CK_BINARY": "0",
    "CK_ITER": "10",
    "CK_MIN_COUNT": "5",
    "CK_NEGATIVE": "5",
    "CK_OUTPUT": "vectors.txt",
    "CK_SAMPLE": "1e-4",
    "CK_SIZE": "100",
    "CK_THREADS": "24",
    "CK_WINDOW": "8"
  },
  "skip_bin_ext": "yes",
  "tags": [
    "demo",
    "program",
    "lang-cpp"
  ],
  "target_file": "pWord2Vec",
  "use_compile_script": "yes"
}