Skip to content
Snippets Groups Projects
Commit 3c1cff94 authored by Iwainsky, Christian's avatar Iwainsky, Christian
Browse files

Update to ProtHPC slides

parent 65dcc83d
Branches
No related tags found
No related merge requests found
No preview for this file type
# SPDX-FileCopyrightText: 2021 Competence Center for High Performance Computing in Hessen (HKHLR)
# SPDX-License-Identifier: MIT
.PHONY: clean demo2 demo02 demo2B demo02B demo02 demo2
.PHONY: clean demo2_while demo02 demo2B demo02B
all: demo02.exe demo02B.exe demo02_while.exe demo02C.exe demo02D.exe demo02F.exe
all: demo02.exe
demos: demo02.exe demo02B.exe demo02C.exe demo02D.exe demo02E.exe demo02F.exe
demo02.exe: demo02.c
$(CC) -O0 -g -O0 -o $@ $<
demo02_while.exe: demo02.c
$(CC) -O0 -g -DUSE_WHILE_LOOP -o $@ $<
$(CC) -O0 -g -o $@ $<
demo02A.exe: demo02.c
$(CC) -O0 -g -O0 -o $@ $<
$(CC) -O0 -g -o $@ $<
demo02B.exe: demo02B.c
$(CC) -O0 -g -O0 -o $@ $<
$(CC) -O0 -g -o $@ $<
demo02C.exe: demo02C.c
$(CC) -g -O0 -o $@ $<
$(CC) -O0 -g -o $@ $<
demo02D.exe: demo02D.c
$(CC) -g -O0 -o $@ $<
$(CC) -O0 -g -o $@ $<
demo02E.exe: demo02E.c
$(CC) -O0 -g -o $@ $<
demo02F.exe: demo02F.c
$(CC) -O0 -g -o $@ $<
......@@ -29,17 +27,4 @@ demo02F.exe: demo02F.c
clean:
rm -f demo0?.exe
rm -f demo02?.exe
rm -f demo02_while.exe
demo3: demo02.exe
demo4: demo02B.exe
demo5: demo02C.exe
demo6: demo02D.exe
demo2_while: demo02_while.exe
demo02: demo02.exe
demo02B: demo02B.exe
demo02C: demo02C.exe
demo02D: demo02D.exe
rm core* -f
# SPDX-FileCopyrightText: 2021 Competence Center for High Performance Computing in Hessen (HKHLR)
# SPDX-License-Identifier: MIT
all: demo03.exe
all: demo03.exe
demo03.exe: demo03.cc
$(CXX) -g -O0 -g -o $@ $<
demo03.exe: demo03.c
$(CC) -g -O0 -g -o $@ $<
clean:
rm -f demo??.exe
rm -f demo???.exe
......@@ -7,4 +7,4 @@ demo05.exe: demo05.c
$(MPICC) -g -O0 -g -o $@ $<
clean:
rm -f demo??.exe
rm -f demo???.exe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment