Skip to content

Commit 6337007

Browse files
committed
add echo the result as comment
1 parent a3b2b7b commit 6337007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paddle/scripts/submit_local.sh.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,12 @@ else:
141141
EOF
142142

143143
cpu_config
144+
# echo $KMP_AFFINITY $OMP_DYNAMIC
144145

145146
case "$1" in
146147
"train")
147148
threads_config $@
149+
# echo $OMP_NUM_THREADS $MKL_NUM_THREADS
148150
${DEBUGGER} $PADDLE_BIN_PATH/paddle_trainer ${@:2}
149151
;;
150152
"merge_model")

0 commit comments

Comments
 (0)