Skip to content
Snippets Groups Projects
Commit dbeb282a authored by Matthieu Oberon's avatar Matthieu Oberon
Browse files

make a better launch script

parent d773c8f4
Branches
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
#SBATCH --time=15 #SBATCH --time=15
mpirun -np 2 -map-by ppr:1:node -rank-by node -bind-to socket python3 ACO.py mpirun -np 2 -map-by ppr:1:socket -rank-by socket -bind-to socket python3 ACO.py
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment