Browse Source

Fixed dynamic_arch building bug.

tags/v0.2.0^2
Xianyi Zhang 13 years ago
parent
commit
996dc6d1c8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      param.h

+ 2
- 2
param.h View File

@@ -1,5 +1,5 @@
/*****************************************************************************
Copyright (c) 2011, Lab of Parallel Software and Computational Science,ICSAS
Copyright (c) 2011,2012 Lab of Parallel Software and Computational Science,ISCAS
All rights reserved.

Redistribution and use in source and binary forms, with or without
@@ -143,7 +143,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#endif

#if defined(BARCELONA) || defined(SHANGHAI)
#if defined(BARCELONA) || defined(SHANGHAI) || defined(BOBCAT)

#define SNUMOPT 8
#define DNUMOPT 4


Loading…
Cancel
Save