Skip to content

Commit

Permalink
Add c99
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Feb 8, 2024
1 parent d7cad48 commit 8cdd6f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ISCONDAPKG": "0"
},
"compilation": {
"CFLAGS": "-g -lm -O2",
"CFLAGS": "-g -lm -O2 -std=c99",
"NEXUSFLAGS": "-Wl,-rpath,GETPATH(lib) -LGETPATH(lib) -DUSE_NEXUS -lNeXus -IGETPATH(include/nexus)",
"MPIFLAGS": "-DUSE_MPI -lmpi -Wl,-rpath,/opt/nvidia/hpc_sdk/Linux_x86_64/23.11/comm_libs/12.3/openmpi4/openmpi-4.1.5/lib -L,/opt/nvidia/hpc_sdk/Linux_x86_64/23.11/comm_libs/12.3/openmpi4/openmpi-4.1.5/lib -I/opt/nvidia/hpc_sdk/Linux_x86_64/23.11/comm_libs/12.3/openmpi4/openmpi-4.1.5/include",
"OACCFLAGS": "-fast -Minfo=accel -acc=gpu -gpu=managed -DOPENACC",
Expand Down

0 comments on commit 8cdd6f8

Please sign in to comment.