File: parallel_aces.h

package info (click to toggle)
aces3 3.0.6-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 82,460 kB
  • sloc: fortran: 225,647; ansic: 20,413; cpp: 4,349; makefile: 953; sh: 137
file content (7 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#ifndef _PARALLEL_ACES_H_
#define _PARALLEL_ACES_H_

#define _PA_MAX_PROCS		256
#define _MPI_MAX_PROCESSOR_NAME	256

#endif /* _PARALLEL_ACES_H_ */