issues
search
GlobalArrays
/
ga
Partitioned Global Address Space (PGAS) library for distributed arrays
http://hpc.pnl.gov/globalarrays/
Other
101
stars
38
forks
source link
fix for comex on Solaris
#347
Closed
edoapra
closed
3 months ago
edoapra
commented
3 months ago
renamed
lock_t
as
comex_lock_t
because of conflict with Solaris system headers
added
errno.h
since it is needed for
errno()
on SOLARIS
tested on Solaris 11
lock_t
ascomex_lock_t
because of conflict with Solaris system headerserrno.h
since it is needed forerrno()
on SOLARIS