{"title":"A methodology for creating large modules","authors":"T. Kaiser","doi":"10.1145/962180.962182","DOIUrl":null,"url":null,"abstract":"The concept is that you start with a base source routine that contains more-or-less normal source. This source also contains a number of tokens that start with \"$\". Make_rood replaces these tokens with strings that are dependent on things such as the data type for which a routine is being built and the ranks of the input and output arrays. The replacement of tokens is done a number of times, creating a collection of subroutines for all the data types and ranks of interest. Make_rood outputs a module that contains all the required header information and the collection of specific routines. From a single common routine you can create a module that might contain hundreds of specific routines.","PeriodicalId":379614,"journal":{"name":"ACM SIGPLAN Fortran Forum","volume":"68 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2003-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"ACM SIGPLAN Fortran Forum","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/962180.962182","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1
Abstract
The concept is that you start with a base source routine that contains more-or-less normal source. This source also contains a number of tokens that start with "$". Make_rood replaces these tokens with strings that are dependent on things such as the data type for which a routine is being built and the ranks of the input and output arrays. The replacement of tokens is done a number of times, creating a collection of subroutines for all the data types and ranks of interest. Make_rood outputs a module that contains all the required header information and the collection of specific routines. From a single common routine you can create a module that might contain hundreds of specific routines.