Re: fortran programs with big RAM requirement
- From: "golu" <affinor@xxxxxxxxx>
- Date: 26 Jan 2007 04:46:29 -0800
Hi hyperion ,
I wonder if you are facing the same problem that
I did.
I was able to solve my problem by linking to the correct libdl library
which was /lib64/libdl-2.3.2.so
in my case on a similar opteron cluster. I was able to compile your
code and get some output
[bthakur@lowdin tmp_test]$ locate libdl| grep 64
/export/usr/lib64/libdl_p.a
/export/usr/lib64/libdl.a
/lib64/libdl-2.3.2.so
/lib64/libdl.so.2
[bthakur@lowdin tmp_test]$ ifort -traceback -check all -g -i-dynamic
-ldl-2.3.2 tst.f90
[bthakur@lowdin tmp_test]$ ./a.out
0.5345634
0.5345634
0.5345634
0.5345634
0.5345634
0.5345634
0.5345634
0.5345634
0.5345634
0.5345634
[bthakur@lowdin tmp_test]$
Hope it helps you,
Regards,
Bhupender
.
- References:
- fortran programs with big RAM requirement
- From: hyperion
- Re: fortran programs with big RAM requirement
- From: Steve Lionel
- Re: fortran programs with big RAM requirement
- From: Johan
- Re: fortran programs with big RAM requirement
- From: Dr Ivan D. Reid
- fortran programs with big RAM requirement
- Prev by Date: Re: Handling large datasets in Fortran
- Next by Date: Re: Most elegant way to read to allocatable array?
- Previous by thread: Re: fortran programs with big RAM requirement
- Next by thread: Re: fortran programs with big RAM requirement
- Index(es):
Relevant Pages
|
Loading