Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104532411
execute_C.sh
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
Mon, Mar 10, 05:53
Size
469 B
Mime Type
text/x-shellscript
Expires
Wed, Mar 12, 05:53 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
24811154
Attached To
R10834 Project_multiproc
execute_C.sh
View Options
#!/bin/bash
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 28
#SBATCH --mem 2G
echo STARTING AT `date`
./assignment2 28 512 1000 output.csv
./assignment2 28 1024 1000 output.csv
./assignment2 28 2048 1000 output.csv
./assignment2 28 4096 1000 output.csv
./assignment2_test 28 512 1000 output.csv
./assignment2_test 28 1024 1000 output.csv
./assignment2_test 28 2048 1000 output.csv
./assignment2_test 28 4096 1000 output.csv
echo FINISHED at `date`
Event Timeline
Log In to Comment