Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AMBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
AMBS
Commits
ff69d57b
Commit
ff69d57b
authored
5 years ago
by
Bing Gong
Browse files
Options
Downloads
Patches
Plain Diff
Fix
#17
parent
78df028d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
HPC_scripts/DataPreprocess_to_tf.sh
+22
-1
22 additions, 1 deletion
HPC_scripts/DataPreprocess_to_tf.sh
with
22 additions
and
1 deletion
HPC_scripts/DataPreprocess_to_tf.sh
+
22
−
1
View file @
ff69d57b
#!/usr/bin/env bash
#!/bin/bash -x
\ No newline at end of file
#SBATCH --account=deepacf
#SBATCH --nodes=1
#SBATCH --ntasks=12
##SBATCH --ntasks-per-node=12
#SBATCH --cpus-per-task=1
#SBATCH --output=DataPreprocess_to_tf-out.%j
#SBATCH --error=DataPreprocess_to_tf-err.%j
#SBATCH --time=00:20:00
#SBATCH --partition=devel
#SBATCH --mail-type=ALL
#SBATCH --mail-user=b.gong@fz-juelich.de
module
--force
purge
module use use
$OTHERSTAGES
module load Stages/2019a
module load Intel/2019.3.199-GCC-8.3.0 ParaStationMPI/5.2.2-1
module load h5py/2.9.0-Python-3.6.8
module load mpi4py/3.0.1-Python-3.6.8
srun python mpi_stager_v2_process_netCDF.py
--source_dir
/p/scratch/deepacf/video_prediction_shared_folder/extractedData/
\
--destination_dir
/p/scratch/deepacf/scarlet/processData_size_64_64_3_3t_norm
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment