search for: flsol20dal

Displaying 1 result from an estimated 1 matches for "flsol20dal".

2004 Sep 20
1
unable to load shared library "/home/hpc1367/runs/taper/taper.so"
...ymbol not found also tried with default local=T and got same error. my makefile (used to produce the .so) is included below F90S = taper.f90 OBJS = taper.o LIBS = -lsocket -lnsl -lintl OPT = -fast MODS = -M/opt/NAG/fnsol04dbl/nag_mod_dir NAG = /opt/NAG/fnsol04dbl/libnagfl90.a STATNAG = /opt/NAG/flsol20dal/libnag.a taper.o : taper.f90 f95 -c -dalign $(OPT) $(MODS) taper.f90 taper.so: taper.f90 f95 -o taper.so -G -dalign $(OPT) $(MODS) taper.f90 taper.x : taper.o f95 -o taper.x -dalign $(OPT) $(MODS) $(LIBS) taper.o $(OBJS) $(NAG) please, help thank you very much stoyan