From 859b71645a75e7d02a17a6f09a342ff495068435 Mon Sep 17 00:00:00 2001 From: traits Date: Thu, 23 Jun 2011 15:09:34 +0800 Subject: [PATCH] Refs #37. Updated REAME about the compatible issue with EKOPath compiler. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 21e740689..9a7b16326 100644 --- a/README +++ b/README @@ -72,6 +72,7 @@ Please see Changelog.txt to obtain the differences between GotoBLAS2 1.13 BSD ve 9.Known Issues * The number of CPUs/Cores should less than or equal to 8*sizeof(unsigned long). On 64 bits, the limit is 64. On 32 bits, it is 32. +* This library is not compatible with EKOPath Compiler Suite 4.0.10 (http://www.pathscale.com/ekopath-compiler-suite). However, Path64 (https://github.com/path64/compiler) could compile the codes successfully. 10. Specification of Git Branches We used the git branching model in this article (http://nvie.com/posts/a-successful-git-branching-model/). @@ -79,4 +80,4 @@ Now, there are 4 branches in github.com. * The master branch. This a main branch to reflect a production-ready state. * The develop branch. This a main branch to reflect a state with the latest delivered development changes for the next release. * The loongson3a branch. This is a feature branch. We develop Loongson3A codes on this branch. We will merge this feature to develop branch in future. - * The gh-pages branch. This is for web pages \ No newline at end of file + * The gh-pages branch. This is for web pages