1
1

Use the C compiler to compile C codes, not the Fortran compiler

This commit was SVN r31905.
Этот коммит содержится в:
Jeff Squyres 2014-05-30 10:39:54 +00:00
родитель 6290f6cc58
Коммит 92ecb90a78

Просмотреть файл

@ -155,7 +155,7 @@ ring_oshmemfh: ring_oshmemfh.f90
$(SHMEMFC) $(FCFLAGS) $? -o $@
oshmem_shmalloc: oshmem_shmalloc.c
$(SHMEMFC) $(FCFLAGS) $? -o $@
$(SHMEMCC) $(CCFLAGS) $? -o $@
oshmem_circular_shift: oshmem_circular_shift.c
$(SHMEMCC) $(CFLAGS) $? -o $@