V3FIT
Main Page
Related Pages
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Subroutines
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Data Types List
Data Types List
Data Types
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions/Subroutines
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
x
y
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
b
c
g
i
l
m
n
p
t
v
w
Functions/Subroutines
b
c
g
i
m
p
t
v
w
Variables
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Macros
Pages
LIBSTELL
Sources
Miscel
pxffork.f
1
SUBROUTINE
pxffork_g (ipid, ierror)
2
IMPLICIT NONE
3
INTEGER
:: ipid, ierror
4
#if defined(WIN32)
5
ierror = 0
6
ipid = 0
7
#elif !defined(CRAY) && !defined(IRIX64) && !defined(IFORT)
8
INTEGER
,
EXTERNAL
:: fork
9
10
ierror = 0
11
ipid = fork()
12
IF
(ipid < 0) ierror = -ipid
13
#else
14
CALL
pxffork (ipid, ierror)
15
#endif
16
END SUBROUTINE
pxffork_g
Generated on Thu Mar 5 2020 15:49:23 for V3FIT by
1.8.17