Forum - smash-3.0.0

Jump to navigation Jump to search
Overview > Topics > Porting > smash-3.0.0
[#79]

Hello,

I confirmed that the results for the example data of smash-3.0.0 were correct by using NEC compiler version 3.5.0,
NEC Numeric Library Collection version 2.2.0 and NEC MPI version 2.20.0 with the attached patch.

$ tar xf smash-3.0.0.tgz
$ cd smash
$ patch -p0 < smash.patch

with MPI

$ source /opt/nec/ve/nlc/2.2.0/bin/nlcvars.sh mpi
$ source /opt/nec/ve/mpi/2.20.0/bin/necmpivars.sh
$ make

without MPI

$ source /opt/nec/ve/nlc/2.2.0/bin/nlcvars.sh
$ make -f Makefile.noMPI
Posted by T.Baba on 1 August 2022 at 06:54.