Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2021-08-08 11:47:12

ing.nicola
Member
Registered: 2017-12-11
Posts: 140

[SOLVED] Installation CA 14.6 mpi with docker ref. to symbol pzgetrf

It install all right , but fails at final step :

/tmp/aster/bibfor/petsc/appcpr.F90:343:69:

              call PCShellSetName(pc,"LDLT_SP Preconditionner", ierr )
                                                                     1
Warning: Procedure ‘pcshellsetname’ called with an implicit interface at (1) [-Wimplicit-interface]
/tmp/aster/bibfor/petsc/appcpr.F90:344:50:

              call PCShellSetApply(pc, ldsp2, ierr)
                                                  1
Warning: Procedure ‘pcshellsetapply’ called with an implicit interface at (1) [-Wimplicit-interface]

[8115/8115] Linking build/std/release/bibc/aster
/usr/bin/ld: /home/aster/aster/public/mumps-5.1.2_mpi/lib/libzmumps.a(zfac_root_parallel.o): undefined reference to symbol 'pzgetrf_'
//home/aster/aster/public/scalapack-2.0.2/lib/libscalapack.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Waf: Leaving directory `/tmp/aster/build/std/release'
Build failed
 -> task in 'asterexec' failed with exit status 1 (run with -v to display more information)
    task details in: /tmp/aster/build/std/release/asterexec.log

Last edited by ing.nicola (2021-08-12 15:12:38)


Attachments:
Dockerfile, Size: 8.84 KiB, Downloads: 262

Offline

#2 2021-08-12 15:11:35

ing.nicola
Member
Registered: 2017-12-11
Posts: 140

Re: [SOLVED] Installation CA 14.6 mpi with docker ref. to symbol pzgetrf

Ii was missing X11 LIB in cfg.py file.

Offline

#3 2021-08-13 10:02:04

markuss
Member
From: Leipzig
Registered: 2020-01-20
Posts: 8

Re: [SOLVED] Installation CA 14.6 mpi with docker ref. to symbol pzgetrf

Dear Ing.Nicola,
would you please post the actual working dockerfile?
Poorly I am still not very familiar with docker/ubuntu und its hard to get a good learning curve.
Kindly regards
Markus

Offline

#4 2021-08-14 11:41:15

ing.nicola
Member
Registered: 2017-12-11
Posts: 140

Re: [SOLVED] Installation CA 14.6 mpi with docker ref. to symbol pzgetrf

Attached the files  i used.Some file has to be downloaded manually and placed in data folder.

Last edited by ing.nicola (2021-08-14 11:42:00)


Attachments:
code_aster_mpi_docker.7z, Size: 3.35 KiB, Downloads: 260

Offline