summaryrefslogtreecommitdiffstats
path: root/testpar/t_pread.c
Commit message (Expand)AuthorAgeFilesLines
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-26/+26
* Clang-format of source filesAllen Byrne2020-09-301-568/+537
* Trim trailing whitespaceQuincey Koziol2020-04-201-12/+12
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-071-21/+401
* VOL FEATUREDana Robinson2018-10-101-14/+14
* replace page charsAllen Byrne2018-09-271-3/+3
* Remove obsolete commentAllen Byrne2018-09-271-24/+17
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-136/+74
|\
| * Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and s...Richard Warren2018-03-021-108/+47
| * Cleanup overuse of include filesAllen Byrne2018-02-141-37/+36
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-1/+1
|/
* Make a fix to allow CMake testing which does not use relative directories.Richard Warren2017-11-021-6/+40
* in 'production' mode buildsRichard.Warren2017-10-171-2/+2
* Make fixes to avoid test failures in 'production' mode buildsRichard.Warren2017-10-171-7/+9
* Updated the code and RELEASE.txt note per comments from John MainzerRichard Warren2017-10-111-41/+43
* Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-111-54/+50
* Made edits suggested by John as part of the code reviewRichard Warren2017-10-111-54/+146
* Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-091-31/+152
* Edits to the file open optimization and associated testmainzer2017-10-051-169/+666
* The initial coding for the superblock read optizationRichard Warren2017-09-281-0/+196
pan class="hl kwb">const; signals: void copyingStarted(); void canNotConnect(const QString &errorMessage); void canNotCreateFile(const QString &filename, const QString &errorMessage); void canNotWriteFile(const QString &filename, const QString &errorMessage); void canNotCloseFile(const QString &filename, const QString &errorMessage); void installingStarted(); void canNotInstall(const QString &packageFilename, const QString &errorMessage); void installingFinished(); void startingApplication(); void applicationRunning(uint pid); void canNotRun(const QString &errorMessage); void finished(); void applicationOutputReceived(const QString &output); void copyProgress(int percent); void stateChanged(int); public slots: void terminate(); private slots: void handleResult(const trk::TrkResult &data); void slotWaitingForTrk(); private: // kill process and breakpoints void cleanUp(); void disconnectTrk(); void handleRemoteProcessKilled(const TrkResult &result); void handleConnect(const TrkResult &result); void handleFileCreation(const TrkResult &result); void handleCopy(const TrkResult &result); void continueCopying(uint lastCopiedBlockSize = 0); void closeRemoteFile(bool failed = false); void handleFileCopied(const TrkResult &result); void handleInstallPackageFinished(const TrkResult &result); void handleCpuType(const TrkResult &result); void handleCreateProcess(const TrkResult &result); void handleWaitForFinished(const TrkResult &result); void handleStop(const TrkResult &result); void handleSupportMask(const TrkResult &result); void handleTrkVersion(const TrkResult &result); void copyFileToRemote(); void installRemotePackageSilently(); void startInferiorIfNeeded(); void logMessage(const QString &msg); void setState(State s); LauncherPrivate *d; }; } // namespace Trk #endif // LAUNCHER_H