Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96651183
parser.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 29, 12:09
Size
1 KB
Mime Type
text/x-c
Expires
Tue, Dec 31, 12:09 (2 d)
Engine
blob
Format
Raw Data
Handle
23222762
Attached To
R3130 Multi-level Scheduling in Large Scale High Performance Computers
parser.h
View Options
/* Copyright (c) 2016 Aram_Yesildeniz All rights reserved. *
* original name hippie2 by Aram_Yesildeniz *
/*********************************************************************************
* Copyright (c) 2016 *
* modified and extended by Ali Omar abdelazim Mohammed <ali.mohammed@unibas.ch> *
* University of Basel, Switzerland *
* All rights reserved. *
* *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the license (GNU LGPL) which comes with this package. *
*********************************************************************************/
#ifndef _PARSER_H_
#define _PARSER_H_
int getIntNumber(FILE *readFile, char *pattern);
float getFloatNumber(FILE *readFile, char *pattern);
//void readTable(FILE *readFile, int chunks, int hostID[], int batchID[], int chunkID[], int tasks[], float startTime[], float endTime[]);
void readTable(FILE *readFile, int chunks, Chunk_t *chunkList);
void readhosts(FILE *readFile, int num_hosts, int num_cores[]);
void readjobs(FILE *readFile, int num_jobs, int job_ID[]);
#endif /* _PARSER_H_ */
Event Timeline
Log In to Comment