Fortran parallel numerical software development environment.
398
~/.bashrc)~/.bashrc)cd /home/programing && make && ./HelloWorld
cd /home/testCGNS && make && ./HelloWorld
cd /home/testParallel && make && ./test.sh
cd /home && tar-zxvf NPB3.4.tar.gz && cd NPB3.4
cp NPB3.4-MPI/config/make.def.template NPB3.4-MPI/config/make.def
cp NPB3.4-OMP/config/make.def.template NPB3.4-OMP/config/make.def
test MPI
cd NPB3.4-MPI && make lu CLASS=A type=fortran
mpiexec -n 2 ./bin/lu.A.x
test OpenMP
cd NPB3.4-OMP && make lu CLASS=A
./bin/lu.A.x
nesDockerfile_ch 【Chinese】
nesDockerfile_en 【English】
Content type
Image
Digest
Size
683.6 MB
Last updated
about 7 years ago
docker pull nescirem/fortran_mpi_omp