Skip to content

Commit

Permalink
shoplifted 093dec4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmesiti committed Aug 16, 2021
1 parent 9ea299a commit 8bbe464
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Make/MkFlags
@@ -1,8 +1,11 @@
# -*- makefile -*-

override CFLAGS += -std=c99

#Compiler
# Set these variables either here or in the environment. See
# https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
# If you are using Spack, leave these commented out
# (Spack will manage them when building)
# MPICC = mpicc
# CFLAGS = -std=c99 -O3
# LDFLAGS =
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
![SOMBRERO](sombrero.png)

* [HiRep version: 6c436a2](https://github.com/sa2c/HiRep/tree/6c436a2)
* [SOMBRERO base version: 57ea744](https://github.com/sa2c/SOMBRERO/tree/57ea744)
* [SOMBRERO base version: 093dec4](https://github.com/sa2c/SOMBRERO/tree/093dec4)
* [shoplifter version: 7aaec76](https://github.com/sa2c/shoplifter/tree/7aaec76)

A benchmarking utility for high performance computing based on lattice field theory applications.
Expand Down
2 changes: 1 addition & 1 deletion sombrero/sombrero.c
Expand Up @@ -353,7 +353,7 @@ int main(int argc, char *argv[]) {

/* output version information */
lprintf("MAIN", 0, "SOMBRERO built from HiRep commit 6c436a2\n");
lprintf("MAIN", 0, "Base SOMBRERO commit 57ea744\n");
lprintf("MAIN", 0, "Base SOMBRERO commit 093dec4\n");
lprintf("MAIN", 0,
"SOMBRERO built using shoplifter commit 7aaec76\n");

Expand Down

0 comments on commit 8bbe464

Please sign in to comment.