Added Note

这个提交包含在:
Rajath Kumar M P
2016-01-18 23:30:08 +05:30
父节点 66ef313e39
当前提交 8165bcd383

查看文件

@@ -107,7 +107,7 @@ elif sys.platform == 'darwin':
if gccpath:
os.environ['CC'] = gccpath[0].split(os.sep)[-1]
else:
raise('Cannot find gcc in /usr/local/bin. gprMax requires gcc to be installed - easily done through the Homebrew package manager (http://brew.sh).')
raise('Cannot find gcc in /usr/local/bin. gprMax requires gcc to be installed - easily done through the Homebrew package manager (http://brew.sh). Note: gcc won't be installed with OpenMP support at first, reinstall gcc using brew without multilib support')
compile_args = ['-O3', '-fopenmp', '-w']
linker_args = ['-fopenmp']
# Linux