You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2018. It is now read-only.
Configure finds gpfs.h and gpfs_hcntl.h
checking gpfs.h usability... yes
checking gpfs.h presence... yes
checking for gpfs.h... yes
checking gpfs_fcntl.h usability... yes
checking gpfs_fcntl.h presence... yes
checking for gpfs_fcntl.h... yes
However 'make errors out -
mpicc -g -O2 -o ior ior.o utilities.o parse_options.o aiori-POSIX.o aiori-MPIIO.o -lm
aiori-POSIX.o: In function
gpfs_free_all_locks':/home/xxxx/ior-master/src/aiori-POSIX.c:118: undefined reference togpfs_fcntl'aiori-POSIX.o: In function
gpfs_access_start': /home/xxxx/ior-master/src/aiori-POSIX.c:141: undefined reference togpfs_fcntl'aiori-POSIX.o: In function
gpfs_access_end': /home/xxxx/ior-master/src/aiori-POSIX.c:165: undefined reference togpfs_fcntl'collect2: error: ld returned 1 exit status
make[1]: *** [ior] Error 1
make[1]: Leaving directory `/home/xxxx/ior-master/src'
make: *** [all] Error 2
Thought this issue was fixed #15, however i'm running in to same trouble.