From 30032128e00e8b6cfa93da18e9c1092d4ac1e2fe Mon Sep 17 00:00:00 2001 From: Chris Howland Date: Tue, 18 Oct 2022 15:06:23 +0200 Subject: [PATCH] revert default machine to PC_GNU to fix failing CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f72dcad2..d1df8e9c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Choose the machine being used # Options: PC_GNU, PC_INTEL, (i)SNELLIUS, IRENE, MARENOSTRUM, SUPERMUC -MACHINE=IRENE_SKL +MACHINE=PC_GNU # Modules required for each HPC system as follows: # SNELLIUS: 2021 foss/2021a HDF5/1.10.7-gompi-2021a # iSNELLIUS: 2021 intel/2021a FFTW/3.3.9-intel-2021a HDF5/1.10.7-iimpi-2021a