Skip to content

Commit

Permalink
old IBM NX,SP,SP1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaypanyala committed Jul 28, 2024
1 parent 6f85c8c commit 07b5756
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
12 changes: 1 addition & 11 deletions global/src/diag.fh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ c problem size:
c - first group are MPPs
c - second group are (multiprocessor) workstations
c
#if defined(NX)||defined(SP1)||defined(SP)
# define SIZE1 200
# define SIZE2 400
# define SIZE3 800
# define SIZE4 2000
# define PROC1 4
# define PROC2 16
# define PROC3 64
# define PROC4 256
#else

# define SIZE1 400
# define SIZE2 800
# define SIZE3 1200
Expand All @@ -22,4 +13,3 @@ c
# define PROC2 8
# define PROC3 12
# define PROC4 16
#endif
4 changes: 0 additions & 4 deletions pario/dra/disk.arrays.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@

/* #define DRA_DBLE_BUFFER */

#if defined(SP1)|| defined(SP)
# define DRA_NUM_IOPROCS 8
#else
# define DRA_NUM_IOPROCS 1
#endif

#ifndef DRA_NUM_FILE_MGR
# define DRA_NUM_FILE_MGR DRA_NUM_IOPROCS
Expand Down
5 changes: 0 additions & 5 deletions pario/elio/eliop.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
extern void GA_Error(char*, int);
#endif

#if (defined(SP) || defined(SP1))
#define PIOFS 1
#endif


#if defined(CRAY)
# include <sys/statfs.h>
# define STATVFS statfs
Expand Down

0 comments on commit 07b5756

Please sign in to comment.