Skip to content
Snippets Groups Projects
Commit 39f02994 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

rm .sh

parent b76b7e3f
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --time=24:00:00
#SBATCH --nodes=1
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-node=16
#SBATCH --mem=32GB
#SBATCH --error=../results/Marconi/512x256_L_100_Pe_2_Je_1_Pi_2_Ji_1_nB_0.5_nN_1_nu_1e-01_FC_mu_5e-04/err.txt
#SBATCH --output=../results/Marconi/512x256_L_100_Pe_2_Je_1_Pi_2_Ji_1_nB_0.5_nN_1_nu_1e-01_FC_mu_5e-04/out.txt
#SBATCH --account=FUA34_GBSedge
#SBATCH --partition=skl_fua_prod
module load intel
module load intelmpi
module load autoload hdf5/1.10.4--intelmpi--2018--binary
module load fftw
srun --cpu-bind=cores ./../bin/helaz
\ No newline at end of file
#!/bin/bash
#SBATCH --time=01:00:00
#SBATCH --nodes=1
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-node=1
#SBATCH --mem=10GB
#SBATCH --error=../results/Scaling/1024x512_L_100_Pe_1_Je_1_Pi_1_Ji_1_nB_0_nN_1_nu_1e-01_DG_mu_0e+00/err.txt
#SBATCH --output=../results/Scaling/1024x512_L_100_Pe_1_Je_1_Pi_1_Ji_1_nB_0_nN_1_nu_1e-01_DG_mu_0e+00/out.txt
#SBATCH --account=FUA34_GBSedge
#SBATCH --partition=skl_fua_dbg
#SBATCH --job-name=1024x512_L_100_Pe_1_Je_1_Pi_1_Ji_1_nB_0_nN_1_nu_1e-01_DG_mu_0e+00
module load intel
module load intelmpi
module load autoload hdf5/1.10.4--intelmpi--2018--binary
module load fftw
srun --cpu-bind=cores ./../bin/helaz
\ No newline at end of file
#!/bin/bash
mkdir -p $CINECA_SCRATCH/HeLaZ/wk
mkdir -p $CINECA_SCRATCH/HeLaZ/bin
cd $CINECA_SCRATCH/HeLaZ/wk/
cp $HOME/HeLaZ/wk/fort.90 .
cp $HOME/HeLaZ/wk/batch_script.sh .
cp -r $HOME/HeLaZ/iCa ..
mkdir -p ../results/Marconi/512x256_L_100_Pe_2_Je_1_Pi_2_Ji_1_nB_0.5_nN_1_nu_1e-01_FC_mu_5e-04/
sbatch batch_script.sh
echo $CINECA_SCRATCH/HeLaZ/results/Marconi/512x256_L_100_Pe_2_Je_1_Pi_2_Ji_1_nB_0.5_nN_1_nu_1e-01_FC_mu_5e-04/out.txt
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment