Skip to content

Commit a65dcf3

Browse files
llnl-fespholm10
authored andcommitted
Builds basis version without any <pkg>_basis.v files.
1 parent a07e57b commit a65dcf3

File tree

23 files changed

+6593
-12102
lines changed

23 files changed

+6593
-12102
lines changed

api/Package

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PKG = api
22
POINTER = cray
33

4-
VDF = api_basis.v
4+
VDF = api.v
55

66
NVDF = ../com/com_basis.v ../bbb/bbb_basis.v
77

api/api.v

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ KMXZ=KXA*MXMINZ
1616
NBA=5 # used in fmombal
1717
}
1818

19+
***** Com_Dim_Vars hidden:
20+
dim_vars_hidden integer # Do not edit this group. It is used to build
21+
# the Basis version of the code.
22+
1923
***** Physical_constants2:
2024
# Add the 2 to distinquish from same constants in package bbb
2125
ev2 real /1.6022e-19/ # 1 electron volt in Joules

api/api_basis.v

-320
This file was deleted.

bbb/Package

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PKG = bbb
22
POINTER = cray
33

4-
VDF = bbb_basis.v
4+
VDF = bbb.v
55

66
NVDF = ../com/com_basis.v
77

bbb/PackageMake

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
SYSTEM HP700
2-
Macros = ../../sptodp
2+
Macros = ../../sptodp ../../dimvars
33
CC = cc -Aa +e
44

55
SYSTEM SUN4 SOL SGI RS6000 AXP CS2 IRIX64 LINUX
6-
Macros = ../../sptodp
6+
Macros = ../../sptodp ../../dimvars
77
## CC = acc # Think this is not necessary & causes problems on some platforms
88

99
SYSTEM J90
1010
FORT = f90
1111
FF = -G1 -v -V
1212
MPPL_DEFINES = -DCOMPILER=F90 # don't think this matters, but...
13+
14+
SYSTEM LINUX64
15+
Macros = ../../sptodp ../../dimvars

bbb/bbb.v

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nispmxngspmx = nispmx*ngspmx # tot numb ion*gas species
1010
nstramx = 10 # maximum number of strata for MC neutrals code
1111
}
1212

13+
***** Com_Dim_Vars hidden:
14+
dim_vars_hidden integer # Do not edit this group. It is used to build
15+
# the Basis version of the code.
16+
1317
***** Math_problem_size:
1418
neqmx integer # number of math. eqns to be solved/integrated
1519
numvar integer # number of physical variables per cell

0 commit comments

Comments
 (0)