change struct.o to obj (#790)
This PR gives a temporary fix for a zero-reduction-result issue with OMP offload on Intel GPUs.
This commit is contained in:
parent
e7b0cf110c
commit
40ef37a5da
@ -144,7 +144,7 @@ sstruct: sstruct.o
|
||||
@echo "Building" $@ "... "
|
||||
${LINK_CC} -o $@ $< ${LFLAGS}
|
||||
|
||||
struct: struct.o
|
||||
struct: struct.obj
|
||||
@echo "Building" $@ "... "
|
||||
${LINK_CC} -o $@ $< ${LFLAGS}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user