victorliu / S4

Stanford Stratified Structure Solver - Electromagnetic simulator for layered periodic structures
http://www.stanford.edu/group/fan/S4/
GNU General Public License v2.0
131 stars 149 forks source link

pthread flags in the Makefile are not really correct #24

Open stevengj opened 9 years ago

stevengj commented 9 years ago

The Makefile recommends the following pthread flags

#  PTHREAD_INC = -DHAVE_UNISTD_H -lpthread
#  PTHREAD_LIB = -lpthread

Some problems with this: