build on Scientific Linux 6.1 - D-Flow Flexible Mesh - Delft3D
intro story D-Flow FM
D-Flow Flexible MeshD-Flow Flexible Mesh (D-Flow FM) is the new software engine for hydrodynamical simulations on unstructured grids in 1D-2D-3D. Together with the familiar curvilinear meshes from Delft3D 4, the unstructured grid can consist of triangles, pentagons (etc.) and 1D channel networks, all in one single mesh. It combines proven technology from the hydrodynamic engines of Delft3D 4 and SOBEK 2 and adds flexible administration, resulting in:
An overview of the current developments can be found here. The D-Flow FM - team would be delighted if you would participate in discussions on the generation of meshes, the specification of boundary conditions, the running of computations, and all kinds of other relevant topics. Feel free to share your smart questions and/or brilliant solutions!
======================================================= | Sub groups
|
Message Boards
build on Scientific Linux 6.1
CF
Charles Folden, modified 9 Years ago.
build on Scientific Linux 6.1
Youngling Posts: 20 Join Date: 12/2/11 Recent Posts 00
Hi - I thought Sci. Linux might be close to RedHat. After much problems I un-installed mpich2, downloaded the source from Argonne, and installed to /opt/mpich2 - this seemingly brought me closer to a build of delft3d, but still meet difficulties. I am using the current release of Intel's ifort package. Subversion reports: Checked out revision 1088
Chuck
...
1553 lines of make.log
...
tables.f90
tables.f90(1226): error #6780: A dummy argument with the INTENT(IN) attribute shall not be defined nor become undefined. [THIS]
deallocate(this%tables, STAT = istat)
------------------^
compilation aborted for tables.f90 (code 1)
make[5]: *** [tables.o] Error 1
make[5]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow/packages/utils_flow/src'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow/packages/utils_flow'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow/packages'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl'
make: *** [install-recursive] Error 1
Chuck
...
1553 lines of make.log
...
tables.f90
tables.f90(1226): error #6780: A dummy argument with the INTENT(IN) attribute shall not be defined nor become undefined. [THIS]
deallocate(this%tables, STAT = istat)
------------------^
compilation aborted for tables.f90 (code 1)
make[5]: *** [tables.o] Error 1
make[5]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow/packages/utils_flow/src'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow/packages/utils_flow'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow/packages'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl/utils_flow'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/delft3d/delft3d_repository/src/utils_lgpl'
make: *** [install-recursive] Error 1
Bert Jagers, modified 9 Years ago.
RE: build on Scientific Linux 6.1
Jedi Knight Posts: 201 Join Date: 12/22/10 Recent Posts 00
Hi Charles,
In revision 477 of the trunk the associated intent(in) clause was removed. Your post indicates that you have checked out revision 1088; however, that doesn't say anything by itself. Which branch did you check out? Did you check out any of the following tagged versions: 4.00.00.0061, 4.00.01.0265, 4.00.02.0423? These tagged versions will give you this problem, but in the other tagged versions this problem should no longer occur.
Bert
In revision 477 of the trunk the associated intent(in) clause was removed. Your post indicates that you have checked out revision 1088; however, that doesn't say anything by itself. Which branch did you check out? Did you check out any of the following tagged versions: 4.00.00.0061, 4.00.01.0265, 4.00.02.0423? These tagged versions will give you this problem, but in the other tagged versions this problem should no longer occur.
Bert
CF
Charles Folden, modified 9 Years ago.
RE: build on Scientific Linux 6.1
Youngling Posts: 20 Join Date: 12/2/11 Recent Posts 00
Hi Bert, I am afraid I am quite new to using subversion. I cut the command from the instructions:
svn checkout https://svn.oss.deltares.nl/repos/delft3d/tags/4.00.02.0423 delft3d_repository
Which tag do I want? this seems the highest number from 4.00.00.0061, 4.00.01.0265, 4.00.02.0423.
I tried:
svn checkout https://svn.oss.deltares.nl/repos/delft3d/tags/4.00.02.0477 delft3d_repository
but the site is down?
"Could not resolve hostname `svn.oss.deltares.nl': Host not found (https://svn.oss.deltares.nl)"
anyway, I will try later.
thanks
Chuck
svn checkout https://svn.oss.deltares.nl/repos/delft3d/tags/4.00.02.0423 delft3d_repository
Which tag do I want? this seems the highest number from 4.00.00.0061, 4.00.01.0265, 4.00.02.0423.
I tried:
svn checkout https://svn.oss.deltares.nl/repos/delft3d/tags/4.00.02.0477 delft3d_repository
but the site is down?
"Could not resolve hostname `svn.oss.deltares.nl': Host not found (https://svn.oss.deltares.nl)"
anyway, I will try later.
thanks
Chuck
Bert Jagers:
Hi Charles,
In revision 477 of the trunk the associated intent(in) clause was removed. Your post indicates that you have checked out revision 1088; however, that doesn't say anything by itself. Which branch did you check out? Did you check out any of the following tagged versions: 4.00.00.0061, 4.00.01.0265, 4.00.02.0423? These tagged versions will give you this problem, but in the other tagged versions this problem should no longer occur.
Bert
In revision 477 of the trunk the associated intent(in) clause was removed. Your post indicates that you have checked out revision 1088; however, that doesn't say anything by itself. Which branch did you check out? Did you check out any of the following tagged versions: 4.00.00.0061, 4.00.01.0265, 4.00.02.0423? These tagged versions will give you this problem, but in the other tagged versions this problem should no longer occur.
Bert
CF
Charles Folden, modified 9 Years ago.
RE: build on Scientific Linux 6.1
Youngling Posts: 20 Join Date: 12/2/11 Recent Posts 00
Hi Bert, svn gave me a hint with try "update" and I found a reference to 4.00.07.0892 which I have switched to.
Now I am at the svml problem. The Makefile does have a -lsvml in it as is:
FLIBS = -L/opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/ia32 -L/opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/ia32 -L/opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/ia32/ -L/opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/ia32/ -L/usr/lib/gcc/i686-redhat-linux/4.4.5/ -L/usr/lib/gcc/i686-redhat-linux/4.4.5/../../../ -L/lib/ -L/usr/lib -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lirc_s -ldl
I found libsvml.so and libsvml.a in /opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/ia32/
You also mentioned not compiling datsel as a possible solution. That is done by removing the 8 lines in configure.am?
here is the error:
libutils_flow_version_number.a -ldl -L/opt/intel/Compiler/11.0/081/lib/ia32 -lifcore -limf -lexpat -lstdc++ -pthread
../../../../../tools_gpl/datsel/packages/datsel_f/src/libdatsel_f.a(cur2ca.o): In function `cur2ca_':
cur2ca.f90
.text+0x1f5): undefined reference to `__svml_sincos2_mask'
cur2ca.f90
.text+0x2ee): undefined reference to `__svml_sincos2_mask'
cur2ca.f90
.text+0x3e1): undefined reference to `__svml_sincos2'
cur2ca.f90
.text+0x455): undefined reference to `__svml_sincos2'
collect2: ld returned 1 exit status
make[5]: *** [datsel] Error 1
make[5]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel/packages/datsel/src'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel/packages/datsel'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel/packages'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl'
make: *** [install-recursive] Error 1
Now I am at the svml problem. The Makefile does have a -lsvml in it as is:
FLIBS = -L/opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/ia32 -L/opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/ia32 -L/opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/ia32/ -L/opt/intel/composer_xe_2011_sp1.7.256/mkl/lib/ia32/ -L/usr/lib/gcc/i686-redhat-linux/4.4.5/ -L/usr/lib/gcc/i686-redhat-linux/4.4.5/../../../ -L/lib/ -L/usr/lib -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lirc_s -ldl
I found libsvml.so and libsvml.a in /opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/ia32/
You also mentioned not compiling datsel as a possible solution. That is done by removing the 8 lines in configure.am?
here is the error:
libutils_flow_version_number.a -ldl -L/opt/intel/Compiler/11.0/081/lib/ia32 -lifcore -limf -lexpat -lstdc++ -pthread
../../../../../tools_gpl/datsel/packages/datsel_f/src/libdatsel_f.a(cur2ca.o): In function `cur2ca_':
cur2ca.f90

cur2ca.f90

cur2ca.f90

cur2ca.f90

collect2: ld returned 1 exit status
make[5]: *** [datsel] Error 1
make[5]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel/packages/datsel/src'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel/packages/datsel'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel/packages'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl/datsel'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/delft3d/delft3d_repos07.0892/src/tools_gpl'
make: *** [install-recursive] Error 1
CF
Charles Folden, modified 9 Years ago.
RE: build on Scientific Linux 6.1
Youngling Posts: 20 Join Date: 12/2/11 Recent Posts 00
arghh, I can't read. Made suggested changes and Build finished!
thanks
Chuck
thanks
Chuck