Explorar el Código

HW2: Add perf rule

tags/v2.0
Christos Choutouridis hace 3 semanas
padre
commit
4dc47bb8f4
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      homework_2/Makefile

+ 10
- 0
homework_2/Makefile Ver fichero

@@ -224,6 +224,16 @@ tests: $(BUILD_DIR)/$(TARGET)
@mkdir -p out
cp $(BUILD_DIR)/$(TARGET) out/$(TARGET)

perfbitonic: CC := mpicc
perfbitonic: CXX := mpic++
perfbitonic: CFLAGS := $(REL_CFLAGS) -g -DCODE_VERSION=BITONIC
perfbitonic: CXXFLAGS := $(REL_CXXFLAGS) -g -DCODE_VERSION=BITONIC
perfbitonic: TARGET := distbitonic
perfbitonic: $(BUILD_DIR)/$(TARGET)
@mkdir -p out
cp $(BUILD_DIR)/$(TARGET) out/$(TARGET)


hpc-build:
make clean
make distbubbletonic


Cargando…
Cancelar
Guardar