|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.driver.Driver | +--coins.lparallel.LoopPara | +--coins.lparallel.F77LoopPara
A driver implementation using COINS Compiler Driver API.
フィールドの概要 | |
protected static java.lang.String |
DEFAULT_OPENMP_NAME
|
protected static java.lang.String |
LIBF2C_LOCATION
|
クラス coins.lparallel.LoopPara から継承したフィールド |
fHir2CFile, fOpenMPTmpFileName, fstophir2c, fSubprogramsToBeParallelized, fTemporaryFileManager |
コンストラクタの概要 | |
F77LoopPara()
|
メソッドの概要 | |
void |
compile(java.io.File sourceFile,
Suffix suffix,
java.io.InputStream in,
java.io.OutputStream out,
IoRoot io)
Compiler. |
static void |
main(java.lang.String[] args)
A main function. |
protected HIR |
makeHirFromFortranSource(java.io.File sourceFile,
HirRoot hirRoot,
java.io.InputStream in,
IoRoot io)
HIR tree creation from source code. |
protected void |
makeHirFromSource(java.io.File sourceFile,
HirRoot hirRoot,
Suffix suffix,
java.io.InputStream in,
IoRoot io)
HIR tree creation from source code. |
protected void |
setDefaultLinkerOptions(CompileSpecification spec,
java.util.List options)
Sets default linker options. |
クラス coins.lparallel.LoopPara から継承したメソッド |
assemble, cleanup, getSubprogramsToBeParallelized, go, hir2OpenMP, link, LoopParallel, makeCSourceFromHirBase, OpenMPCompile, optimizeHir, testHir, testSym |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected static final java.lang.String LIBF2C_LOCATION
protected static final java.lang.String DEFAULT_OPENMP_NAME
コンストラクタの詳細 |
public F77LoopPara()
メソッドの詳細 |
public void compile(java.io.File sourceFile, Suffix suffix, java.io.InputStream in, java.io.OutputStream out, IoRoot io) throws java.io.IOException, PassException
CompilerImplementation
内の compile
LoopPara
内の compile
sourceFile
- the source file name.in
- input.out
- output.
java.io.IOException
PassException
protected void setDefaultLinkerOptions(CompileSpecification spec, java.util.List options)
Driver
内の setDefaultLinkerOptions
spec
- a CompileSpecification object.options
- a list of linker options where the options to be set.protected HIR makeHirFromFortranSource(java.io.File sourceFile, HirRoot hirRoot, java.io.InputStream in, IoRoot io) throws java.io.IOException, PassException
sourceFile
- the source file.hirRoot
- an HirRoot object.in
- an input stream from which the C source program can be read.io
- an IoRoot object.
java.io.IOException
- any IO error.
PassException
- unrecoverable error(s) found in processing.protected void makeHirFromSource(java.io.File sourceFile, HirRoot hirRoot, Suffix suffix, java.io.InputStream in, IoRoot io) throws java.io.IOException, PassException
Driver
の記述:
Driver
内の makeHirFromSource
sourceFile
- the source file.hirRoot
- an HirRoot object.suffix
- suffix rule of the source file.in
- an input stream from which the C source program can be read.io
- an IoRoot object.
PassException
- unrecoverable error(s) found in processing.
java.io.IOException
- any IO error.public static void main(java.lang.String[] args)
args
- a command line.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |