Commit e8debd78 authored by Nichols, Stephen's avatar Nichols, Stephen
Browse files

Changes to be committed:

	modified:   Makefile

Set Makefile for Summit with IBM XLF compiler for GPUs.
parent 3838ba07
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
SHELL=/bin/bash

#MACHINE = Summit
MACHINE = Summit
### the Spock compiler flags also work on Crusher (with exception that no GCC with OpenMP Offloading on Crusher yet)
MACHINE = Spock
#MACHINE = Spock

#COMPILER = Native
COMPILER = GCC
COMPILER = Native
#COMPILER = GCC

#CPU_or_GPU = CPU
CPU_or_GPU = GPU