Fixed dynamic_arch building bug.
This commit is contained in:
parent
61b1c2db5b
commit
996dc6d1c8
4
param.h
4
param.h
|
@ -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.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
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
|
#endif
|
||||||
|
|
||||||
#if defined(BARCELONA) || defined(SHANGHAI)
|
#if defined(BARCELONA) || defined(SHANGHAI) || defined(BOBCAT)
|
||||||
|
|
||||||
#define SNUMOPT 8
|
#define SNUMOPT 8
|
||||||
#define DNUMOPT 4
|
#define DNUMOPT 4
|
||||||
|
|
Loading…
Reference in New Issue