古いバージョンのBBSは閲覧のみ可能です。
The old BBS is read only.

6624

[Re:01] running executable

Posted on : July 01, 2015 (Wed) 08:15:56

by Hitoshi GOMI

Hello Karim,

I wonder if you correctly set up the OpenMP.
In order to confirm it, please edit the makefile as follows to turn off the OpenMP, and make it again.


##########################
# In the case of gfortran
##########################
fort = gfortran
flag = -O2
omp =
nomp =
#


$ emacs makefile -nw
$ touch source/*.f
$ make
$ specx <in/co


Hitoshi