Skip to content

Parallel and distributed systems course.

License

Notifications You must be signed in to change notification settings

Aleksander-Kluczka-AGH/agh_wfiis_pads_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel and distributed systems

Code written for Applied Computer Science Parallel and distributed systems course at AGH UST WFiIS.

Semester 8, year 2023.

Setup on AGH local machine

ssh -X stud204-06
source /opt/nfs/config/source_mpich401.sh
which mpiexec #should list /opt/nfs directory
/opt/nfs/config/station204_name_list.sh 1 16
/opt/nfs/config/station204_back_test.sh 1 16

/opt/nfs/config/station204_name_list.sh 1 16 > nodes

uname -n # local
mpiexec -f nodes -n 16 uname -n # distributed

cp nodes nodes1 # create file with only working nodes
# remove not working nodes from mpiexec command
mpiexec -f nodes1 -n 16 uname -n

License

Sources are licensed under MIT, a free and open-source license. For details, please see the license file.