-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Data handling | ||
|
||
## sbatch --wrap "hostname" | ||
|
||
For the most simple command-line job, not data is transferred from the submit host to the cluster. | ||
The wrapped command is forwarded and the standard-out is captured in the job output std_log.txt file which can be found in the "Outputs and log" tab of the job. | ||
Any files created in the `outputs` folder of the work-dir are also captured by the job and can be found in the same tab. | ||
|